Skip to content

Commit

Permalink
ci: bump golangci-lint, dependency action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Mar 7, 2024
1 parent 97c2990 commit 401bf0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
golint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.18.0'
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v4
with:
version: 'v1.47.3'
args: -v

0 comments on commit 401bf0b

Please sign in to comment.