Skip to content

Commit 83e58a5

Browse files
committed
ci(lint): update Go version in workflow configuration
- Specify the Go version as `v1.60` in the workflow configuration. Signed-off-by: appleboy <[email protected]>
1 parent d076e99 commit 83e58a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Setup golangci-lint
2626
uses: golangci/golangci-lint-action@v6
2727
with:
28+
version: v1.60
2829
args: --verbose
2930
test:
3031
strategy:

0 commit comments

Comments
 (0)