File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 with :
2828 fetch-depth : 0
29- - uses : actions/setup-go@v4.1.0
29+ - uses : actions/setup-go@v4.2.1
3030 with :
3131 go-version-file : go.mod
3232 - uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 5858 chmod +x ${{ env.AWS_NUKE_PATH }}
5959 aws-nuke version
6060 - name : Setup Go
61- uses : actions/setup-go@v4.1.0
61+ uses : actions/setup-go@v4.2.1
6262 with :
6363 go-version-file : go.mod
6464 - name : Add GOBIN to PATH
@@ -166,7 +166,7 @@ jobs:
166166 with :
167167 version : ' >= 363.0.0'
168168 - name : Setup Go
169- uses : actions/setup-go@v4.1.0
169+ uses : actions/setup-go@v4.2.1
170170 with :
171171 go-version-file : go.mod
172172 - name : Add GOBIN to PATH
@@ -259,7 +259,7 @@ jobs:
259259 eval "$(ssh-agent -s)"
260260 ssh-add ${{ env.VENOM_VAR_gitRepoPrivateKeyPath }}
261261 - name : Setup Go
262- uses : actions/setup-go@v4.1.0
262+ uses : actions/setup-go@v4.2.1
263263 with :
264264 go-version-file : go.mod
265265 - name : Add GOBIN to PATH
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-go@v4.1.0
21+ - uses : actions/setup-go@v4.2.1
2222 with :
2323 go-version-file : go.mod
2424
You can’t perform that action at this time.
0 commit comments