-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9328 from guggero/golang-min-version
docker+docs: update documentation around Golang minimum version
- Loading branch information
Showing
10 changed files
with
27 additions
and
35 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# If you change this value, please change it in the following files as well: | ||
# /Dockerfile | ||
# /make/builder.Dockerfile | ||
# /.github/workflows/main.yml | ||
# /.github/workflows/release.yml | ||
# If you change this please also update GO_VERSION in Makefile (then run | ||
# `make lint` to see where else it needs to be updated as well). | ||
FROM golang:1.22.6-alpine as builder | ||
|
||
LABEL maintainer="Olaoluwa Osuntokun <[email protected]>" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# If you change this please also update GO_VERSION in Makefile (then run | ||
# `make lint` to see where else it needs to be updated as well). | ||
FROM golang:1.22.6-alpine as builder | ||
|
||
LABEL maintainer="Olaoluwa Osuntokun <[email protected]>" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# If you change this value, please change it in the following files as well: | ||
# /Dockerfile | ||
# /dev.Dockerfile | ||
# /.github/workflows/main.yml | ||
# /.github/workflows/release.yml | ||
# If you change this please also update GO_VERSION in Makefile (then run | ||
# `make lint` to see where else it needs to be updated as well). | ||
FROM golang:1.22.6-bookworm | ||
|
||
MAINTAINER Olaoluwa Osuntokun <[email protected]> | ||
|