Skip to content

Commit 7719d2f

Browse files
tklauserlmb
authored andcommitted
Use latest Go version for ARM64 and VM tests in CI
The test-on-arm64 and vm-test jobs in CI are using the previous stable Go version (currently 1.21) instead of the latest stable version (currently 1.22). The previous stable Go version is already covered by the test-on-prev-go job, so switch the others to use the latest. Signed-off-by: Tobias Klauser <tobias@cilium.io>
1 parent 6dd097a commit 7719d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Set up Go
145145
uses: actions/setup-go@v5
146146
with:
147-
go-version: '${{ env.prev_go_version }}'
147+
go-version: '${{ env.go_version }}'
148148

149149
- run: go install gotest.tools/gotestsum@v1.8.1
150150

@@ -182,7 +182,7 @@ jobs:
182182
- name: Set up Go
183183
uses: actions/setup-go@v5
184184
with:
185-
go-version: '${{ env.prev_go_version }}'
185+
go-version: '${{ env.go_version }}'
186186

187187
- run: go install gotest.tools/gotestsum@v1.8.1
188188
- run: sudo pip3 install https://github.com/amluto/virtme/archive/beb85146cd91de37ae455eccb6ab67c393e6e290.zip

0 commit comments

Comments
 (0)