Skip to content

Commit

Permalink
Update unstable images to Go 1.23rc1
Browse files Browse the repository at this point in the history
- build/alpine-x64
- build/alpine-x86
- build/cgo-mingw-w64-x64
- build/cgo-mingw-w64-x86
- build/release
- combined

refs GH-1583
  • Loading branch information
atc0005 committed Jun 24, 2024
1 parent 15f2757 commit 21c4cd3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion unstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM amd64/golang:1.22.4-alpine3.20
FROM amd64/golang:1.23rc1-alpine3.20

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM i386/golang:1.22.4-alpine3.20
FROM i386/golang:1.23rc1-alpine3.20

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/cgo-mingw-w64-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM amd64/golang:1.22.4-bullseye
FROM amd64/golang:1.23rc1-bullseye

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/cgo-mingw-w64-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/r/i386/golang

FROM i386/golang:1.22.4-bullseye
FROM i386/golang:1.23rc1-bullseye

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM amd64/golang:1.22.4-bookworm
FROM amd64/golang:1.23rc1-bookworm

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# https://hub.docker.com/_/golang

FROM amd64/golang:1.22.4-bookworm as builder
FROM amd64/golang:1.23rc1-bookworm as builder

# Explicitly disable automatic fetching of Go toolchains newer than the
# version explicitly provided by this container image.
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
&& golangci-lint --version


FROM amd64/golang:1.22.4-bookworm as final
FROM amd64/golang:1.23rc1-bookworm as final

# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
Expand Down

0 comments on commit 21c4cd3

Please sign in to comment.