We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d0d2e commit 66ca242Copy full SHA for 66ca242
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: "1.24.5"
+ go-version: "1.24.6"
23
- name: Cache Go modules
24
uses: actions/cache@v4
25
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
- name: Run golangci-lint
56
uses: golangci/golangci-lint-action@v8
57
0 commit comments