Skip to content

Commit 2d2b8bb

Browse files
committed
chore: update Go version in workflow configuration
- Update the Go version from latest to v1.60.1 in the workflow configuration. Signed-off-by: appleboy <[email protected]>
1 parent 41dde8b commit 2d2b8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup golangci-lint
3434
uses: golangci/golangci-lint-action@v6
3535
with:
36-
version: latest
36+
version: v1.60.1
3737
args: --verbose
3838
test:
3939
strategy:

0 commit comments

Comments
 (0)