chore(go): update go test matrix and clean up setup #1625
Merged
Conversation
ba396dc to
5e70fa2
Compare
lucasmcdonald3
approved these changes
Jul 16, 2025
seebees
pushed a commit
that referenced
this pull request
Jul 23, 2025
## [1.11.1](v1.11.0...v1.11.1) (2025-07-23) ### Maintenance -- All Languages * **dafny:** add Rust and Go to supported languages ([#1492](#1492)) ([87ab402](87ab402)) * **dafny:** append our user agent in KMS client ([#1564](#1564)) ([03d03ac](03d03ac)) * **dafny:** remove negative test for codebuild runner ([#1603](#1603)) ([8b45e40](8b45e40)) ### Maintenance -- Go * **go:** automate changelog for Go release ([#1607](#1607)) ([f9eb8e0](f9eb8e0)) * **go:** update go test matrix and clean up setup ([#1625](#1625)) ([6baa15c](6baa15c)) ### Maintenance -- Rust * **rust:** update for new version of clippy ([#1606](#1606)) ([ec013f6](ec013f6)) ### Miscellaneous * 5 instead of 25 interop decrypt processes ([#1620](#1620)) ([d82696b](d82696b)) * allow local testing for python ([#1598](#1598)) ([cbfa209](cbfa209)) * bump credentials to 2 hours, for python ([#1621](#1621)) ([69991da](69991da)) * **cfn:** add trusted policy for optools mpl-python roles ([#1602](#1602)) ([436d939](436d939)) * **CI:** send slack message on new GHI ([#1632](#1632)) ([e80b7ae](e80b7ae)) * **CI:** Test Rust on Dafny prerelease in nightly build ([#1623](#1623)) ([92070bc](92070bc)) * **Go:** Add Go release script and workflow to run it ([#1562](#1562)) ([1c563bd](1c563bd))
ajewellamz
pushed a commit
that referenced
this pull request
Jul 29, 2025
## [1.11.1](v1.11.0...v1.11.1) (2025-07-29) ### Maintenance -- All Languages * **dafny:** add Rust and Go to supported languages ([#1492](#1492)) ([87ab402](87ab402)) * **dafny:** append our user agent in KMS client ([#1564](#1564)) ([03d03ac](03d03ac)) * **dafny:** remove negative test for codebuild runner ([#1603](#1603)) ([8b45e40](8b45e40)) ### Maintenance -- Go * **go:** automate changelog for Go release ([#1607](#1607)) ([f9eb8e0](f9eb8e0)) * **go:** update go test matrix and clean up setup ([#1625](#1625)) ([6baa15c](6baa15c)) ### Maintenance -- Rust * **rust:** update for new version of clippy ([#1606](#1606)) ([ec013f6](ec013f6)) ### Miscellaneous * 5 instead of 25 interop decrypt processes ([#1620](#1620)) ([d82696b](d82696b)) * allow local testing for python ([#1598](#1598)) ([cbfa209](cbfa209)) * bump credentials to 2 hours, for python ([#1621](#1621)) ([69991da](69991da)) * **cfn:** add trusted policy for optools mpl-python roles ([#1602](#1602)) ([436d939](436d939)) * **CI:** fix daily CI and add slack notification to it ([#1647](#1647)) ([c546646](c546646)) * **CI:** send slack message on new GHI ([#1632](#1632)) ([e80b7ae](e80b7ae)) * **CI:** Test Rust on Dafny prerelease in nightly build ([#1623](#1623)) ([92070bc](92070bc)) * **CI:** update to not trigger workflow on PR comments ([#1640](#1640)) ([c62e8cf](c62e8cf)) * **deps:** bump slackapi/slack-github-action from 2.1.0 to 2.1.1 in /.github/workflows ([#1638](#1638)) ([40b643f](40b643f)) * **Go:** Add Go release script and workflow to run it ([#1562](#1562)) ([1c563bd](1c563bd))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
install_smithy_dafny_codegen_dependenciesgithub actions runs Go installation for all the runtime but its only Go which needs this installation not all other language. So, remove Go installation frominstall_smithy_dafny_codegen_dependenciesand put it in Go specific workflow only.Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.