Skip to content

Commit 67cc13f

Browse files
committed
bump everything to go1.24.4
Signed-off-by: Florent Poinsard <[email protected]>
1 parent 2136011 commit 67cc13f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ agents:
22
queue: "public"
33

44
env:
5-
GO_VERSION_FILE: "go1.24.2.linux-amd64.tar.gz"
5+
GO_VERSION_FILE: "go1.24.4.linux-amd64.tar.gz"
66

77
# Mount the docker.sock as to the docker container, so that we are able to
88
# run docker build command and kind is spawned as a sibling container.

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.24.2
20+
go-version: 1.24.4
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/make-generate-and-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.24.2
20+
go-version: 1.24.4
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.24.2
20+
go-version: 1.24.4
2121
id: go
2222

2323
- name: Check out code into the Go module directory

.github/workflows/upgrade-vitess-dependency.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.24.2
23+
go-version: 1.24.4
2424

2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@v2

build/Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# without messing up file permissions, since the Docker container doesn't run as
1212
# your actual user.
1313

14-
FROM golang:1.24.2 AS build
14+
FROM golang:1.24.4 AS build
1515

1616
ENV GO111MODULE=on
1717
WORKDIR /go/src/planetscale.dev/vitess-operator

0 commit comments

Comments
 (0)