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: update windows go version #745

Merged
merged 4 commits into from Oct 8, 2021

Conversation

cristianciutea
Copy link
Contributor

This PR will increase the version of golang for Windows agent to fix smart HNR issue.

@@ -6,6 +6,7 @@ env:
DOCKER_HUB_PASSWORD: ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }}
TAG: "0.0.0" # needed for goreleaser test builds
GO_VERSION: '1.14.4'
WIN_GO_VERSION: '1.16.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we use latest from 1.16? 1.16.8?

@@ -9,7 +9,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: '1.14.4'
GO_VERSION: '1.16.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we use latest from 1.16? 1.16.8?

Copy link
Contributor

@rubenruizdegauna rubenruizdegauna left a comment

Choose a reason for hiding this comment

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

LGTM

@cristianciutea cristianciutea merged commit 8a38b07 into master Oct 8, 2021
@cristianciutea cristianciutea deleted the cciutea/fix_windows_go_version branch October 8, 2021 09:47
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

2 participants