File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
24
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
25
25
with :
26
26
go-version : " 1.23"
27
27
- run : go version
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
148
148
with :
149
149
python-version : 3.x
150
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
150
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
151
151
with :
152
152
go-version : " 1.23"
153
153
- name : Get golangci
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ inputs.runs-on }}
20
20
steps :
21
21
- name : Setup Go
22
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
22
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
23
23
with :
24
24
go-version : " 1.23"
25
25
You can’t perform that action at this time.
0 commit comments