Skip to content

ci: update Go version in workflows to 1.26.x - #4767

Open
rayudu3745 wants to merge 1 commit into
GoogleCloudPlatform:postgresql-dialectfrom
rayudu3745:fix/update-workflow-go-version
Open

ci: update Go version in workflows to 1.26.x#4767
rayudu3745 wants to merge 1 commit into
GoogleCloudPlatform:postgresql-dialectfrom
rayudu3745:fix/update-workflow-go-version

Conversation

@rayudu3745

Copy link
Copy Markdown
Collaborator

Summary

Updates the Go version in integration.yaml, integration-emulator.yaml, and go-sample-test.yaml to 1.26.x to match units.yaml and samples.yaml.

Problem

PR #4734 updated the Go toolchain directive to go1.26.6 and go 1.25.0 across the repository. However, integration.yaml and integration-emulator.yaml were still pinned to go-version: '^1.17.7', which caused mvn test -Ptest-all to fail during scheduled integration runs when compiling Go client tests with Go 1.17.

Changes

  • Updated go-version in .github/workflows/integration.yaml from ^1.17.7 to 1.26.x.
  • Updated go-version in .github/workflows/integration-emulator.yaml from ^1.17.7 to 1.26.x.
  • Updated go-version in .github/workflows/go-sample-test.yaml from ^1.20.0 to 1.26.x.

Closes #4766

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.

PGAdapter integration tests failed

1 participant