Skip to content

Bump github.com/cli/go-gh/v2 from 2.9.0 to 2.11.1 #150

Bump github.com/cli/go-gh/v2 from 2.9.0 to 2.11.1

Bump github.com/cli/go-gh/v2 from 2.9.0 to 2.11.1 #150

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
permissions:
contents: "write"
env:
GO_VERSION: 1.21
jobs:
ci:
name: "ci"
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v3"
with:
fetch-depth: 0
- name: "setup go"
uses: "actions/setup-go@v3"
with:
go-version: ${{ env.GO_VERSION }}
- name: "lint"
uses: "golangci/golangci-lint-action@v3"
with:
version: "latest"
- name: "test"
run: |
export GH_HOST=github.com
go test -race -covermode=atomic -v ./...