Skip to content
New issue

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

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

Already on GitHub? # to your account

Update go version to 1.17 #26

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Update go version to 1.17 #26

merged 1 commit into from
Jun 1, 2022

Conversation

CorbanR
Copy link
Contributor

@CorbanR CorbanR commented Jun 1, 2022

run go mod tidy
update dependencies
add arm64 to release script

run go mod tidy
update dependencies
add arm64 to release script
Copy link
Contributor

@djbender djbender left a comment

Choose a reason for hiding this comment

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

are the indirect dependencies in go.mod to lock the deps to specific versions?

@CorbanR
Copy link
Contributor Author

CorbanR commented Jun 1, 2022

are the indirect dependencies in go.mod to lock the deps to specific versions?

I belive so, it was added as part of 1.17 https://go.dev/doc/go1.17

Because the number of explicit requirements may be substantially larger in an expanded Go 1.17 go.mod file, the newly-added requirements on indirect dependencies in a go 1.17 module are maintained in a separate require block from the block containing direct dependencies. 

@CorbanR CorbanR merged commit 800a945 into master Jun 1, 2022
@CorbanR CorbanR deleted the update_1_17 branch June 1, 2022 15:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants