Skip to content

Bump github.com/cli/go-gh/v2 from 2.12.0 to 2.12.1 in the go_modules group #118

Bump github.com/cli/go-gh/v2 from 2.12.0 to 2.12.1 in the go_modules group

Bump github.com/cli/go-gh/v2 from 2.12.0 to 2.12.1 in the go_modules group #118

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: run golangci-lint
uses: golangci/golangci-lint-action@v7