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 d54e829 commit 78c39f1Copy full SHA for 78c39f1
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-go@v2
9
with:
10
- go-version: '^1.23'
+ go-version: '^1.24'
11
- run: go version
12
- run: go install github.com/mattn/goveralls@latest
13
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
0 commit comments