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.
2 parents 579aa35 + 5411193 commit 540f9ddCopy full SHA for 540f9dd
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Go
33
uses: actions/setup-go@v5
34
with:
35
- go-version-file: 'go.mod'
+ go-version: '1.22'
36
cache: true
37
38
- name: Update Go modules
.github/workflows/go.yml
@@ -17,6 +17,11 @@ jobs:
17
- name: Check out code
18
uses: actions/checkout@v4
19
20
+ - name: Set up Go from go.mod
21
+ uses: actions/setup-go@v5
22
+ with:
23
+ go-version-file: 'go.mod'
24
+
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@v3
27
0 commit comments