You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synchronize local Go version with container images Go version
Update the `Containerfile`s to accept a Go version as build argument and
use it for the base image. The version must be specified at build time
(otherwise the default value "invalid" causes the build to fail) which
is done by the relevant tasks defined in `tasks.go`. These tasks use the
`runtime` package's Version function to determine the current Go version
and specify it as a build argument when building container images.
Signed-off-by: Eric Cornelissen <ericornelissen@gmail.com>
0 commit comments