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

fix: tinygo complains about using go 1.21. #19

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Mar 7, 2024

Description

Tinygo build fails because we are using go 1.21. But it requires go version 1.20. This commits updates the Tinygo version in use to allow the usage of go 1.21.

This is was a fix necessary to solve the build problems that start to happen on PR #18

@jvanz jvanz added the kind/bug Something isn't working label Mar 7, 2024
@jvanz jvanz self-assigned this Mar 7, 2024
@jvanz jvanz requested a review from a team as a code owner March 7, 2024 12:54
Tinygo build fails because we are using go 1.21. But it requires go
version 1.20. This commits updates the Tinygo version in use to allow
the usage of go 1.21.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Makefile Show resolved Hide resolved
@jvanz jvanz requested a review from flavio March 7, 2024 16:36
@viccuad viccuad merged commit 2d712d9 into kubewarden:main Mar 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants