Skip to content

Conversation

@braydonk
Copy link
Contributor

@braydonk braydonk commented Sep 8, 2022

Description

The Go version update missed that Go is running on 1.17 still in the integration tests. This PR updates that, introducing a variable for the next time this occurs.

Related issue

b/245751121

How has this been tested?

I'm using GitHub Actions to test it.

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

I forgot that this needed to be set for tests as well.

# Download and install a newer version of go.
wget --no-verbose --output-document=/dev/stdout https://golang.org/dl/go1.17.linux-amd64.tar.gz | \
wget --no-verbose --output-document=/dev/stdout https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the only place needed to update the Go version ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was here and in the compat flag. The rest of the updates have been done already, I just missed this spot when I did it

@braydonk braydonk merged commit 575457e into master Sep 8, 2022
@igorpeshansky igorpeshansky deleted the braydonk-test-script branch July 10, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants