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 8122674 commit a943662Copy full SHA for a943662
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-go@v6
23
id: go
24
with:
25
- go-version: 1.26.3
+ go-version: 1.26.4
26
- name: Verify go.mod is sane
27
run: go mod tidy && git diff --no-patch --exit-code
28
- name: Golangci-lint
0 commit comments