Skip to content

Commit ca024d5

Browse files
committed
use stable go version for golangci-lint
1 parent bd7f7ae commit ca024d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version-file: 'go.mod'
21+
go-version: stable
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6
2424
with:

0 commit comments

Comments
 (0)