File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 rm -rf ~/criu
7272
7373 - name : install go ${{ matrix.go-version }}
74- uses : actions/setup-go@v4
74+ uses : actions/setup-go@v5
7575 with :
7676 go-version : ${{ matrix.go-version }}
7777
@@ -144,7 +144,7 @@ jobs:
144144 sudo apt -q install libseccomp-dev libseccomp-dev:i386 gcc-multilib libgcc-s1:i386 criu
145145
146146 - name : install go
147- uses : actions/setup-go@v4
147+ uses : actions/setup-go@v5
148148 with :
149149 go-version : 1.x # Latest stable
150150
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 2
33- - uses : actions/setup-go@v4
33+ - uses : actions/setup-go@v5
3434 with :
3535 go-version : " ${{ env.GO_VERSION }}"
3636 cache : false # golangci-lint-action does its own caching
5555 steps :
5656 - uses : actions/checkout@v4
5757 - name : install go
58- uses : actions/setup-go@v4
58+ uses : actions/setup-go@v5
5959 with :
6060 go-version : " ${{ env.GO_VERSION }}"
6161 - name : compile with no build tags
@@ -114,7 +114,7 @@ jobs:
114114 steps :
115115 - uses : actions/checkout@v4
116116 - name : install go
117- uses : actions/setup-go@v4
117+ uses : actions/setup-go@v5
118118 with :
119119 go-version : " ${{ env.GO_VERSION }}"
120120 - name : verify deps
You can’t perform that action at this time.
0 commit comments