-
Notifications
You must be signed in to change notification settings - Fork 119
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 to go 1.18 #336
update to go 1.18 #336
Conversation
Hi @sgotti can you restart the run? thanks |
.agola/config.jsonnet
Outdated
@@ -107,7 +107,7 @@ local task_build_push_images(name, target, push) = | |||
[ | |||
task_build_go(version, arch), | |||
] | |||
for version in ['1.15', '1.16'] | |||
for version in ['1.17'] |
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.
keep the last two versions.
.agola/config.jsonnet
Outdated
@@ -107,7 +107,7 @@ local task_build_push_images(name, target, push) = | |||
[ | |||
task_build_go(version, arch), | |||
] | |||
for version in ['1.15', '1.16'] | |||
for version in ['1.17'] |
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.
go 1.18 has already been released.
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.
ok @sgotti I change the PR to update go 1.18
e88d70b
to
94aa330
Compare
94aa330
to
78de98b
Compare
Hi @sgotti, I updated golangci-lint to v1.45.2 version to resolve this error: goroutine 1 [running]: |
@sgotti can you restart the run? thanks |
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.
Thanks. Merging.
update dockerfile and agola config for using golang 1.18