Skip to content

Commit

Permalink
Revert "Update go version used by integration tests (#1791)"
Browse files Browse the repository at this point in the history
This reverts commit e2adc93.
  • Loading branch information
jefferbrecht committed Sep 16, 2024
1 parent e2adc93 commit 8f08322
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` under `integration_test`. Example:
// To update this, first run `mirror_content.sh` in this directory. Example:
// ./mirror_content.sh https://go.dev/dl/go1.21.4.linux-{amd64,arm64}.tar.gz
// Then update this version.
goVersion := "1.22.7"
goVersion := "1.21.4"

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

0 comments on commit 8f08322

Please sign in to comment.