We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20418d9 commit f8393bdCopy full SHA for f8393bd
1 file changed
.github/workflows/ci.yml
@@ -34,10 +34,11 @@ jobs:
34
- name: Set up Go
35
uses: actions/setup-go@v5
36
with:
37
- go-version: "1.25"
+ go-version-file: go.mod
38
+ cache: true
39
40
- name: Run golangci-lint
- uses: golangci/golangci-lint-action@v6
41
+ uses: golangci/golangci-lint-action@v7
42
43
version: v2.12.2
44
args: --timeout=5m
0 commit comments