Skip to content

Commit

Permalink
Bump Go version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Dec 8, 2024
1 parent 6e8d719 commit 67646b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- ubuntu-22.04
branch:
- master
- release-branch.go1.24
- release-branch.go1.23
- release-branch.go1.22

Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
- macos-15
branch:
- master
- release-branch.go1.24
- release-branch.go1.23
- release-branch.go1.22
goroot:
Expand Down
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.3 AS prepare
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS prepare

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


FROM golang:1.23.3
FROM golang:1.23.4

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.3
toolchain go1.23.4

0 comments on commit 67646b8

Please sign in to comment.