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 758215e commit 925cac2Copy full SHA for 925cac2
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.21'
+ go-version: '1.24'
23
24
- name: Build
25
run: go build -v ./...
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
# Require: The version of golangci-lint to use.
27
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
28
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
29
- version: v1.54
+ version: v2.1.2
30
31
# Optional: working directory, useful for monorepos
32
# working-directory: somedir
0 commit comments