Skip to content

Commit

Permalink
ci(lint): update Go version in workflow configuration
Browse files Browse the repository at this point in the history
- Specify the Go version as `v1.60` in the workflow configuration.

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 2, 2024
1 parent d076e99 commit 83e58a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: --verbose
test:
strategy:
Expand Down

0 comments on commit 83e58a5

Please sign in to comment.