Skip to content

Commit

Permalink
Merge pull request #500 from infosiftr/go1.22rc1
Browse files Browse the repository at this point in the history
Add 1.22rc1
  • Loading branch information
yosifkit committed Dec 20, 2023
2 parents 3a0fd1f + 8188fe4 commit fc56cbc
Show file tree
Hide file tree
Showing 18 changed files with 1,030 additions and 263 deletions.
1 change: 1 addition & 0 deletions .github/workflows/munge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jq '
.matrix.include[]
| select(.name | test(" (.+)") | not) # ignore any existing munged builds
| select(.os | startswith("windows-") | not) # ignore Windows (always downloads)
| select(any(.meta.entries[].tags[]; contains("golang:1.20"))) # https://github.com/docker-library/golang/pull/500#issuecomment-1863578601
| .name += " (force build)"
| .runs.build = ([
"# update versions.json to force us to build Go instead of downloading it",
Expand Down
2 changes: 1 addition & 1 deletion 1.20/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 1.20/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions 1.21/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions 1.21/alpine3.19/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 0 additions & 53 deletions 1.21/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 0 additions & 59 deletions 1.21/bullseye/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions 1.22-rc/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc56cbc

Please sign in to comment.