We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.23
1 parent 451f3d4 commit 822bd08Copy full SHA for 822bd08
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: 1.22.x
+ go-version: 1.23.x
26
27
- name: golangci-lint
28
uses: golangci/golangci-lint-action@v6
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
- name: Setup Go build cache
29
uses: actions/cache@v4
0 commit comments