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

Update go #406

Merged
merged 3 commits into from
May 21, 2024
Merged

Update go #406

merged 3 commits into from
May 21, 2024

Conversation

GalRogozinski
Copy link
Contributor

@GalRogozinski GalRogozinski commented May 20, 2024

Update go to 1.20
also updated github actions

Comment on lines 16 to 19
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
Copy link
Contributor

@moshe-blox moshe-blox May 20, 2024

Choose a reason for hiding this comment

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

try this instead:

      - name: Setup Go
        uses: actions/setup-go@v4
        with:
          go-version: "1.20.x"

(and same for the other one)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated to setup-go@v5

go.mod Show resolved Hide resolved
@GalRogozinski GalRogozinski merged commit 89ac2ac into ssvlabs:main May 21, 2024
2 checks passed
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.

5 participants