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

Fix Go version in GitHub workflows #78

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Fix Go version in GitHub workflows #78

merged 2 commits into from
Feb 29, 2024

Conversation

tatiana-nspcc
Copy link
Contributor

Relates to #77 and #76.

Because we need builds to use the latest and greatest Go.

Signed-off-by: Tatiana Nesterenko <[email protected]>
Linter should be set up for the minimum supported version, otherwise,
it can report some bugs that aren't relevant for the current Go version.

Signed-off-by: Tatiana Nesterenko <[email protected]>
@roman-khimov roman-khimov merged commit 540f9dd into master Feb 29, 2024
6 checks passed
@roman-khimov roman-khimov deleted the fix-go-version branch February 29, 2024 14:08
@@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '1.22'
Copy link
Member

Choose a reason for hiding this comment

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

that is strange to me. xk6 is not a library, i do not expect it to be used by anybody. mb just have 1.21 in go mod? it is still supported and usually, such a version will have been tested for 6 month+
@roman-khimov

Copy link
Member

Choose a reason for hiding this comment

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

or not

Copy link
Member

Choose a reason for hiding this comment

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

We build binaries with the latest and greatest unless there is a reason to not do so. This PR just fixes an error made in #77 in fact.

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.

3 participants