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

Downgrade to go 1.21 #40

Closed
wants to merge 1 commit into from
Closed

Downgrade to go 1.21 #40

wants to merge 1 commit into from

Conversation

stuart-mclaren-hpe
Copy link
Contributor

Re-work go.mod to 1.21.

Done using:

$ go version
go version go1.21.0 freebsd/amd64
$ go clean -modcache
$ go mod init github.com/HewlettPackard/hpegl-pcbe-terraform-resources
$ go mod tidy

We don't need newer Go features, and I want to avoid forcing a bump of https://github.com/HPE/terraform-provider-hpegl to a newer Go version.

Re-work go.mod to 1.21.

Done using:

```
$ go version
go version go1.21.0 freebsd/amd64
$ go clean -modcache
$ go mod init github.com/HewlettPackard/hpegl-pcbe-terraform-resources
$ go mod tidy
```

We don't need newer Go features, and I want to avoid
forcing a bump of https://github.com/HPE/terraform-provider-hpegl
to a newer Go version.
@stuart-mclaren-hpe stuart-mclaren-hpe marked this pull request as ready for review September 2, 2024 15:33
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.

1 participant