File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
using : composite
8
8
steps :
9
9
- name : Setup Go Environment
10
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 .0.1
10
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 .0.1
11
11
with :
12
12
go-version-file : " go.mod"
13
13
cache : true
Original file line number Diff line number Diff line change 52
52
using : composite
53
53
steps :
54
54
- name : Set up Go
55
- uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 .0.1
55
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 .0.1
56
56
with :
57
57
go-version-file : go.mod
58
58
cache : true
Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37
37
- name : Set up Go
38
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
38
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
39
39
with :
40
40
go-version-file : go.mod
41
41
cache : true
Original file line number Diff line number Diff line change 99
99
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
100
100
101
101
- name : Set up Go
102
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
102
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
103
103
with :
104
104
go-version-file : go.mod
105
105
check-latest : true
You can’t perform that action at this time.
0 commit comments