File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 59
59
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60
60
61
61
- name : Set up Go
62
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
62
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
63
63
with :
64
64
go-version-file : .go-version
65
65
98
98
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
99
99
100
100
- name : Set up Go
101
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
101
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
102
102
with :
103
103
go-version-file : .go-version
104
104
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
51
52
52
- name : Set up Go
53
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
53
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
54
54
with :
55
55
go-version-file : .go-version
56
56
Original file line number Diff line number Diff line change 69
69
fetch-depth : 0
70
70
71
71
- name : Set up Go
72
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
72
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
73
73
with :
74
74
go-version-file : .go-version
75
75
@@ -128,7 +128,7 @@ jobs:
128
128
echo "goreleaser_current_tag=`git describe --match 'v*' --tags`" >> $GITHUB_ENV
129
129
130
130
- name : Set up Go
131
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
131
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
132
132
with :
133
133
go-version-file : .go-version
134
134
@@ -267,7 +267,7 @@ jobs:
267
267
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
268
268
269
269
- name : Set up Go
270
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
270
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
271
271
with :
272
272
go-version-file : .go-version
273
273
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
51
52
52
- name : Set up Go
53
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
53
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
54
54
with :
55
55
go-version-file : .go-version
56
56
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
51
52
52
- name : Set up Go
53
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
53
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
54
54
with :
55
55
go-version-file : .go-version
56
56
Original file line number Diff line number Diff line change 44
44
fetch-depth : 0
45
45
46
46
- name : Set up Go
47
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
47
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
48
48
with :
49
49
go-version-file : .go-version
50
50
cache : false
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
27
28
28
- name : Set up Go
29
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
29
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
30
30
with :
31
31
go-version-file : .go-version
32
32
75
75
run : git config --global --add safe.directory "${GITHUB_WORKSPACE}"
76
76
77
77
- name : Set up Go
78
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
78
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
79
79
with :
80
80
go-version-file : .go-version
81
81
@@ -127,7 +127,7 @@ jobs:
127
127
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
128
128
129
129
- name : Set up Go
130
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
130
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
131
131
with :
132
132
go-version-file : .go-version
133
133
@@ -200,7 +200,7 @@ jobs:
200
200
run : git config --global --add safe.directory "${GITHUB_WORKSPACE}"
201
201
202
202
- name : Set up Go
203
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
203
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
204
204
with :
205
205
go-version-file : .go-version
206
206
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
echo "goreleaser_current_tag=`git describe --match 'v*' --tags`" >> $GITHUB_ENV
110
110
111
111
- name : Set up Go
112
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
112
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
113
113
with :
114
114
go-version-file : .go-version
115
115
You can’t perform that action at this time.
0 commit comments