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

go: upgrade to 1.20 #79

Merged
merged 1 commit into from
Nov 30, 2023
Merged

go: upgrade to 1.20 #79

merged 1 commit into from
Nov 30, 2023

Conversation

bendrucker
Copy link
Contributor

Upgrades from Go 1.18 to 1.20. Workflows use go.mod to decide which version to build on:

- uses: actions/setup-go@v4
with:
go-version-file: go.mod

Dependencies will start requiring this if they make use of new functionality, such as in #77 where a new provider SDK version is using errors.Join.

Copy link
Contributor

@obs-gh-konstantintikhonov obs-gh-konstantintikhonov left a comment

Choose a reason for hiding this comment

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

LGTM

@bendrucker bendrucker merged commit ffb3713 into master Nov 30, 2023
5 checks passed
@bendrucker bendrucker deleted the go-1.20 branch November 30, 2023 20:18
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