Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go version to 1.21.0 #1349

Conversation

danielperaltamadriz
Copy link

Description

Fixes #1337.

Update Golang version to 1.21.0

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Update Golang version to 1.21.0
Added / Removed / Updated [X].

@@ -1,6 +1,6 @@
module github.com/gruntwork-io/terratest

go 1.21.1
go 1.21.0
Copy link
Member

@denis256 denis256 Sep 27, 2023

Choose a reason for hiding this comment

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

I was wondering if can be specified go 1.21, version without patch version

Choose a reason for hiding this comment

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

Yes, it's possible. There are multiple references in https://go.dev/blog/using-go-modules

@denis256
Copy link
Member

Included in #1351

@denis256 denis256 closed this Oct 13, 2023
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.

None yet

3 participants