Skip to content

Commit

Permalink
Update Go version setup in golangci-lint workflow
Browse files Browse the repository at this point in the history
The workflow file for golangci-lint has been updated to use the newer version of setup-go action. This change moves from version v3 to v4 under
  • Loading branch information
wneessen committed Feb 13, 2024
1 parent d6b551c commit 0b88d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .forgejo/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: lint
runs-on: docker
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.22'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b88d11

Please sign in to comment.