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

Action does not work with Go 1.22.3 #89

Open
theleeeo opened this issue Jun 4, 2024 · 3 comments
Open

Action does not work with Go 1.22.3 #89

theleeeo opened this issue Jun 4, 2024 · 3 comments

Comments

@theleeeo
Copy link

theleeeo commented Jun 4, 2024

The current Github Action (v2.10.1) does not work with Go version 1.22.3:

"go: go.mod requires go >= 1.22.3 (running go 1.22.2)"

@vladopajic
Copy link
Owner

@theleeeo hey, thanks for reporting!

i see you found a work around, but could you share link to action workflow where this issues has happened?

@theleeeo
Copy link
Author

theleeeo commented Jul 1, 2024

@theleeeo hey, thanks for reporting!

i see you found a work around, but could you share link to action workflow where this issues has happened?

Unfortunately i can not since this happened in a private repository.
However i solved this by not using the action and instead using "go install" to install this code and then running the binary.

@andriisoldatenko
Copy link

I have public repo where action doesn't work with go 1.22.3 -> https://github.com/Dynatrace/dynatrace-operator/actions/runs/10301464647/job/28513073229?pr=3597.

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

No branches or pull requests

3 participants