Skip to content

fix: read Go version from go.mod instead of hardcoding#123

Merged
miparnisari merged 1 commit intoauthzed:mainfrom
ivanauth:fix/issue-122-setup-go-version-from-gomod
Apr 8, 2026
Merged

fix: read Go version from go.mod instead of hardcoding#123
miparnisari merged 1 commit intoauthzed:mainfrom
ivanauth:fix/issue-122-setup-go-version-from-gomod

Conversation

@ivanauth
Copy link
Copy Markdown
Contributor

@ivanauth ivanauth commented Apr 6, 2026

Summary

  • Removes the hardcoded go-version default (1.26.1) from setup-go/action.yaml
  • Defaults go-version-file to go.mod so the Go version is read from the project's go.mod automatically

Closes #122

Comment thread setup-go/action.yaml
@miparnisari miparnisari enabled auto-merge (squash) April 8, 2026 00:35
@miparnisari miparnisari merged commit 313a337 into authzed:main Apr 8, 2026
3 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

in setup-go, why hardcode the Go version default?

2 participants