Skip to content

Commit

Permalink
chore: update Go version in workflow configuration
Browse files Browse the repository at this point in the history
- Update the Go version from latest to v1.60.1 in the workflow configuration.

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Aug 31, 2024
1 parent 41dde8b commit 2d2b8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.60.1
args: --verbose
test:
strategy:
Expand Down

0 comments on commit 2d2b8bb

Please sign in to comment.