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 283d4c1 commit e9caaa6Copy full SHA for e9caaa6
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
- uses: actions/setup-go@v6
18
with:
19
- go-version: "~1.22"
+ go-version-file: "go.mod"
20
21
- name: Get Go cache paths
22
id: go-cache-paths
.github/workflows/lint.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
- go-version: 1.24.2
33
- name: golangci-lint
34
uses: golangci/[email protected]
35
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
36
37
38
39
40
- name: Echo Go Cache Paths
41
0 commit comments