Skip to content

Commit

Permalink
Update go version used by integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKurek committed Sep 11, 2024
1 parent 871df03 commit 5b8daca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/ops_agent_test/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4111,10 +4111,10 @@ func installGolang(ctx context.Context, logger *log.Logger, vm *gce.VM) error {
return err
}

// To update this, first run `mirror_content.sh` in this directory. Example:
// To update this, first run `mirror_content.sh` under `integration_test`. Example:
// ./mirror_content.sh https://go.dev/dl/go1.21.4.linux-{amd64,arm64}.tar.gz
// Then update this version.
goVersion := "1.21.4"
goVersion := "1.22.7"

goArch := "amd64"
if gce.IsARM(vm.ImageSpec) {
Expand Down

0 comments on commit 5b8daca

Please sign in to comment.