Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Nov 11, 2024
1 parent c726875 commit 6e8d719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
ARG GO_BRANCH


FROM --platform=$BUILDPLATFORM golang:1.23.2 AS prepare
FROM --platform=$BUILDPLATFORM golang:1.23.3 AS prepare

RUN git clone https://go.googlesource.com/go /tmp/golang-tip


FROM golang:1.23.2
FROM golang:1.23.3

ARG GO_BRANCH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/AlekSi/golang-tip

go 1.23

toolchain go1.23.2
toolchain go1.23.3

0 comments on commit 6e8d719

Please sign in to comment.