From 7719d2ffbbb8b3a595ef747b016939c8c7419e56 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 11 Apr 2024 13:58:36 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9380d286..a31fed691 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '${{ env.prev_go_version }}' + go-version: '${{ env.go_version }}' - run: go install gotest.tools/gotestsum@v1.8.1 @@ -182,7 +182,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '${{ env.prev_go_version }}' + go-version: '${{ env.go_version }}' - run: go install gotest.tools/gotestsum@v1.8.1 - run: sudo pip3 install https://github.com/amluto/virtme/archive/beb85146cd91de37ae455eccb6ab67c393e6e290.zip