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

Run checks with Go 1.20 #1027

Closed
wants to merge 1 commit into from
Closed

Run checks with Go 1.20 #1027

wants to merge 1 commit into from

Conversation

stefanb
Copy link

@stefanb stefanb commented Jul 18, 2023

Go 1.19 is unmaintained since Go 1.21 was released.

Go 1.20 compatibility was added since v2023.5.1 via TUN-7227: Migrate to devincarr/quic-go

See also

@@ -4,7 +4,7 @@ jobs:
check:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.20.x]
Copy link
Author

Choose a reason for hiding this comment

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

Once this workflow starts using actions/setup-go@v4 instead of v3 it could be even simplified:

Suggested change
go-version: [1.20.x]
go-version: ['stable']

...but that could have undesired consequences, breaking the checks once a new stable go version is released.

@stefanb
Copy link
Author

stefanb commented Aug 25, 2023

Done in TUN-7584: Bump go 1.20.6.

@stefanb stefanb closed this Aug 25, 2023
@stefanb stefanb deleted the patch-1 branch August 25, 2023 05:38
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.

1 participant