-
Notifications
You must be signed in to change notification settings - Fork 23
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
Golang 1.21.12 #357
Golang 1.21.12 #357
Conversation
@@ -19,10 +19,6 @@ jobs: | |||
path: awm-relayer | |||
submodules: recursive | |||
|
|||
- name: Set Go version | |||
run: | | |||
source ./awm-relayer/scripts/versions.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need to set GO_VERSION
to provide as an arg to the Dockerfile build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We should do a test run of the release job to make sure it still works. We can do so by pushing an rc tag
Why this should be merged
Bump to latest 1.21 Golang release. Removes unnecessary explicit version used by actions/setup-go in favor of pulling directly from go.mod.