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

Bump Go module compatibility to Go 1.17 #284

Merged
merged 3 commits into from Mar 16, 2022
Merged

Bump Go module compatibility to Go 1.17 #284

merged 3 commits into from Mar 16, 2022

Conversation

bflad
Copy link
Member

@bflad bflad commented Mar 16, 2022

This will match the README documentation, especially now that Go 1.18 is released.

Updated via:

go mod edit -go=1.17
go mod tidy

This will match the README documentation, especially now that Go 1.18 is released.

Updated via:

```
go mod edit -go=1.17
go mod tidy
```
@bflad bflad added the dependencies Auto-pinning label Mar 16, 2022
@bflad
Copy link
Member Author

bflad commented Mar 16, 2022

For context, I was hoping that Go 1.17 module pruning might help with hashicorp/terraform-plugin-sdk#599, but unfortunately it doesn't. Still felt correct to update this though -- please let me know if you'd like any other changes done as part of this.

Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

Since the motivating factor was release of Go 1.18, is it worth also to start testing against 1.18?
a430f84

Not a blocker for the PR though.

@bflad
Copy link
Member Author

bflad commented Mar 16, 2022

@radeksimko pushed up the CircleCI configuration updates, please take a look!

@bflad
Copy link
Member Author

bflad commented Mar 16, 2022

Ah, will need to revert that as its not available yet:

Error response from daemon: manifest for circleci/golang:1.18 not found: manifest unknown: manifest unknown

@bflad bflad merged commit 40a1161 into main Mar 16, 2022
@bflad bflad deleted the bflad-go-mod-version branch March 16, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants