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 14
14
name : Golang CI lint
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
17
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
18
18
with :
19
19
# renovate: datasource=golang-version
20
20
go-version : ' 1.22'
Original file line number Diff line number Diff line change 13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up Go
16
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
16
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
17
17
with :
18
18
# renovate: datasource=golang-version
19
19
go-version : ' 1.20'
Original file line number Diff line number Diff line change 16
16
name : Golang test
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
19
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
20
20
with :
21
21
# renovate: datasource=golang-version
22
22
go-version : ' 1.22'
You can’t perform that action at this time.
0 commit comments