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

Joshua/fix .go version #299

Merged
merged 1 commit into from
Aug 18, 2022
Merged

Joshua/fix .go version #299

merged 1 commit into from
Aug 18, 2022

Conversation

joshua-goldstein
Copy link
Contributor

test.sh has a variable GOVERSION that checks if there is a file .go-version and sets GOVERSION to the value specified in the file. This is then used as a tag for the appropriate Docker image of Go. The previous value was go1.17.11 which is not a valid tag in the Go Docker hub (it should omit the prefix go). This was causing the test to fail.

@@ -1 +1 @@
go1.17.11
1.17.11

Choose a reason for hiding this comment

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

nice catch @joshua-goldstein ... now the tests are running (and progressing further than before)

Copy link

@skrdgraph skrdgraph left a comment

Choose a reason for hiding this comment

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

👍

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