49
49
path : ${{ env.WORKING_DIR }}
50
50
51
51
- name : Update Go version using setup-go
52
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
52
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
53
53
if : matrix.go != 'tip'
54
54
with :
55
55
# Include cache directives to allow proper caching. Without them, we
59
59
cache-dependency-path : ' **/go.sum'
60
60
61
61
- name : Install Go bootstrap compiler
62
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
62
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
63
63
if : matrix.go == 'tip'
64
64
with :
65
65
# Bootstrapping go tip requires 1.22.6
@@ -123,7 +123,7 @@ jobs:
123
123
path : ${{ env.WORKING_DIR }}
124
124
125
125
- name : Update Go version using setup-go
126
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
126
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
127
127
if : matrix.go != 'tip'
128
128
with :
129
129
# Include cache directives to allow proper caching. Without them, we
@@ -133,7 +133,7 @@ jobs:
133
133
cache-dependency-path : ' **/go.sum'
134
134
135
135
- name : Install Go bootstrap compiler
136
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
136
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
137
137
if : matrix.go == 'tip'
138
138
with :
139
139
# Bootstrapping go tip requires 1.22.6
@@ -213,7 +213,7 @@ jobs:
213
213
path : ${{ env.WORKING_DIR }}
214
214
215
215
- name : Update Go version using setup-go
216
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
216
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
217
217
with :
218
218
# Include cache directives to allow proper caching. Without them, we
219
219
# get setup-go "Restore cache failed" warnings.
0 commit comments