File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Golang
19
19
uses : actions/setup-go@v5
20
20
with :
21
- go-version : ' 1.23 '
21
+ go-version-file : go.mod
22
22
- name : Download all Go modules
23
23
run : |
24
24
go mod download
62
62
- name : Setup Golang
63
63
uses : actions/setup-go@v5
64
64
with :
65
- go-version : ' 1.23 '
65
+ go-version-file : go.mod
66
66
cache : false
67
67
env :
68
68
GO111MODULE : off
80
80
- name : Setup Golang
81
81
uses : actions/setup-go@v5
82
82
with :
83
- go-version : ' 1.23 '
83
+ go-version-file : go.mod
84
84
- name : Run tests
85
85
env :
86
86
GNUPG_DISABLED : true
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Setup Golang
128
128
uses : actions/setup-go@v5
129
129
with :
130
- go-version : ' 1.23 '
130
+ go-version-file : go.mod
131
131
- name : Download all Go modules
132
132
run : |
133
133
cd registry-scanner
Original file line number Diff line number Diff line change 24
24
- name : Setup Golang
25
25
uses : actions/setup-go@v5
26
26
with :
27
- go-version : ' 1.23 '
27
+ go-version-file : go.mod
28
28
29
29
- name : Build binaries
30
30
id : binaries
You can’t perform that action at this time.
0 commit comments