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: update go to v1.18.1 #132

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

denis-tingaikin
Copy link
Member

Signed-off-by: Denis Tingaikin denis.tingajkin@xored.com

Motivation

SOFT update to go v1.18.1

Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
Comment on lines +13 to +20
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
Copy link
Member Author

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.

See at https://golang.org/doc/go1.17#go-command

@@ -1,6 +1,7 @@
---
run:
# concurrency: 6
go: "1.17"
Copy link
Member Author

Choose a reason for hiding this comment

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

@edwarnicke edwarnicke merged commit 082cee0 into networkservicemesh:main Apr 25, 2022
@@ -1,6 +1,7 @@
---
run:
# concurrency: 6
go: "1.17"
Copy link
Member

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 ?

Copy link
Member Author

@denis-tingaikin denis-tingaikin Apr 25, 2022

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.

nsmbot pushed a commit to networkservicemesh/sdk that referenced this pull request Apr 25, 2022
…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>
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.

2 participants