Skip to content

Commit

Permalink
Merge pull request #211 from tonistiigi/tonistiigi/go-1.23
Browse files Browse the repository at this point in the history
update Go to 1.23
  • Loading branch information
tonistiigi authored Sep 28, 2024
2 parents 8754824 + 556fa96 commit 078d9fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
strategy:
matrix:
go:
- "1.23"
- "1.22"
- "1.21"
- "1.20"
mode:
- "root"
- "noroot"
Expand Down Expand Up @@ -100,8 +101,9 @@ jobs:
- macos-latest
- windows-latest
go:
- "1.23"
- "1.22"
- "1.21"
- "1.20"
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21
ARG GO_VERSION=1.23
ARG XX_VERSION=1.4.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfiles/generated-files.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21
ARG GO_VERSION=1.23
ARG PROTOC_VERSION=3.11.4

FROM golang:${GO_VERSION} AS base
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfiles/gomod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21
ARG GO_VERSION=1.23

FROM golang:${GO_VERSION}-alpine AS gomod
RUN apk add --no-cache git
Expand Down
4 changes: 2 additions & 2 deletions hack/dockerfiles/lint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21
ARG GOLANGCI_LINT_VERSION=1.54.2
ARG GO_VERSION=1.23
ARG GOLANGCI_LINT_VERSION=1.61.0

FROM golang:${GO_VERSION}-alpine
RUN apk add --no-cache git gcc musl-dev
Expand Down

0 comments on commit 078d9fe

Please sign in to comment.