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

Chore: update go version #53

Closed
wants to merge 3 commits into from
Closed

Chore: update go version #53

wants to merge 3 commits into from

Conversation

ryantxu
Copy link
Member

@ryantxu ryantxu commented May 17, 2022

try building with go 1.18
Related to issue #49

github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
)

require (
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to list these indirect dependencies? My understanding is that after installing them into go.sum you can remove them from go.mod.

@@ -1,12 +1,68 @@
module github.com/grafana/grafana-iot-twinmaker-app

go 1.16
go 1.17
Copy link
Collaborator

Choose a reason for hiding this comment

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

Any reason this isn't 1.18?

Copy link
Contributor

Choose a reason for hiding this comment

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

This signifies the minimum version that a user would need to run this package, so either 1.17 or 1.18 is fine, unless there is preference for either.

@CLAassistant
Copy link

CLAassistant commented Jun 15, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ lean257
❌ ryantxu
You have signed the CLA already but the status is still pending? Let us recheck it.

@lean257 lean257 closed this Jun 30, 2022
@lean257
Copy link
Contributor

lean257 commented Jun 30, 2022

We no longer need this PR as we are now releasing with go 1.18

@mukeshsahay mukeshsahay deleted the update-go-version branch January 24, 2023 06:24
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.

None yet

4 participants