-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
8ee9d13
commit fbc6f6e
Showing
3 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters