File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Go 1.x
21
21
uses : actions/setup-go@v5
22
22
with :
23
- go-version : 1.21.x
23
+ go-version-file : " go.mod "
24
24
25
25
- name : Test
26
26
run : |
47
47
- name : Set up Go 1.x
48
48
uses : actions/setup-go@v5
49
49
with :
50
- go-version : 1.21.x
50
+ go-version-file : " go.mod "
51
51
52
52
- name : golangci-lint
53
53
uses : golangci/golangci-lint-action@v6
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Set up Go 1.x
102
102
uses : actions/setup-go@v5
103
103
with :
104
- go-version : 1.21.x
104
+ go-version-file : " go.mod "
105
105
106
106
- name : Install dependency required for linux builds
107
107
if : matrix.os == 'ubuntu-20.04'
Original file line number Diff line number Diff line change 32
32
- name : Set up Go 1.x
33
33
uses : actions/setup-go@v5
34
34
with :
35
- go-version : 1.21.x
35
+ go-version-file : " go.mod "
36
36
37
37
- name : Install dependency required for linux builds
38
38
if : matrix.os == 'ubuntu-20.04'
You can’t perform that action at this time.
0 commit comments