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 2f7b2cb commit efc2d9fCopy full SHA for efc2d9f
.github/workflows/coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v6
18
with:
19
- go-version: 1.22
+ go-version: '>= 1.25'
20
21
- name: coverage
22
id: coverage
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v6
- go-version: 1.23.x
- uses: goreleaser/goreleaser-action@v6
23
distribution: goreleaser
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
- name: Cache Go modules
uses: actions/cache@v4
0 commit comments