-
Notifications
You must be signed in to change notification settings - Fork 22
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: update go to v1.18.1 #132
bump: update go to v1.18.1 #132
Conversation
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
04cc6f2
to
2ffa3cc
Compare
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
4de63ed
to
c6d0a6d
Compare
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/golang/protobuf v1.4.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect | ||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: go 1.17 the module graph had changed --> added pruning/lazy loading.
@@ -1,6 +1,7 @@ | |||
--- | |||
run: | |||
# concurrency: 6 | |||
go: "1.17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,6 +1,7 @@ | |||
--- | |||
run: | |||
# concurrency: 6 | |||
go: "1.17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this 1.17 instead of 1.18.1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
golangci guys are not added support for 1.18. The work in progress see at golangci/golangci-lint#2649.
We'll update this as soon as golangci will be updated.
…i@main PR link: networkservicemesh/api#132 Commit: 082cee0 Author: Denis Tingaikin Date: 2022-04-26 00:32:11 +0300 Message: - bump: update go to v1.18.1 (#132) * soft update to go v1.18.1 Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com> * fix ci issues Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Signed-off-by: Denis Tingaikin denis.tingajkin@xored.com
Motivation
SOFT update to go v1.18.1