Skip to content

Commit be0c7e0

Browse files
committed
bump go to 1.24.4
1 parent 688f3fb commit be0c7e0

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

.github/workflows/bundle-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
username: ${{ secrets.DOCKER_USER }}
5050
password: ${{ secrets.DOCKER_PASSWORD }}
5151

52-
- name: Set up GO 1.24.2
52+
- name: Set up GO 1.24.4
5353
uses: actions/setup-go@v1
5454
with:
55-
go-version: 1.24.2
55+
go-version: 1.24.4
5656
id: go
5757

5858
- name: InstallKubebuilder
@@ -180,10 +180,10 @@ jobs:
180180
username: ${{ secrets.DOCKER_USER }}
181181
password: ${{ secrets.DOCKER_PASSWORD }}
182182

183-
- name: Set up GO 1.24.2
183+
- name: Set up GO 1.24.4
184184
uses: actions/setup-go@v1
185185
with:
186-
go-version: 1.24.2
186+
go-version: 1.24.4
187187
id: go
188188

189189
- name: InstallKubebuilder

.github/workflows/olm-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v2
3636

37-
- name: Set up GO 1.24.2
37+
- name: Set up GO 1.24.4
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.24.2
40+
go-version: 1.24.4
4141
id: go
4242

4343
- name: InstallKubebuilder

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go-version: [1.22.12, 1.24.2]
21+
go-version: [1.22.12, 1.24.4]
2222
steps:
2323
- name: Free Disk Space (Ubuntu)
2424
uses: jlumbroso/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
username: ${{ secrets.DOCKER_USER }}
3838
password: ${{ secrets.DOCKER_PASSWORD }}
3939

40-
- name: Set up GO 1.24.2
40+
- name: Set up GO 1.24.4
4141
uses: actions/setup-go@v1
4242
with:
43-
go-version: 1.24.2
43+
go-version: 1.24.4
4444
id: go
4545

4646
- name: InstallKubebuilder

.github/workflows/test-helm-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
run: hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
8484
if: steps.list-changed.outputs.changed == 'true'
8585

86-
- name: Set up GO 1.24.2
86+
- name: Set up GO 1.24.4
8787
if: steps.list-changed.outputs.changed == 'true'
8888
uses: actions/setup-go@v1
8989
with:
90-
go-version: 1.24.2
90+
go-version: 1.24.4
9191
id: go
9292

9393
- name: setup kubebuilder 3.6.0

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
repository: ${{github.event.pull_request.head.repo.full_name}}
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

37-
- name: Set up GO 1.24.2
37+
- name: Set up GO 1.24.4
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.24.2
40+
go-version: 1.24.4
4141
id: go
4242

4343
- name: InstallKubebuilder

.github/workflows/trivy_scheduled_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
repository: ${{github.event.pull_request.head.repo.full_name}}
4646
ref: ${{ github.event.pull_request.head.sha }}
4747

48-
- name: Set up GO 1.24.2
48+
- name: Set up GO 1.24.4
4949
uses: actions/setup-go@v1
5050
with:
51-
go-version: 1.24.2
51+
go-version: 1.24.4
5252
id: go
5353

5454
- name: InstallKubebuilder

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.2-bullseye as builder
2+
FROM golang:1.24.4-bullseye as builder
33

44
WORKDIR /workspace/api
55
COPY api/ .

Dockerfile.protogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build environment for protobuf generation
22
# Requirements: protoc 3.17.3, protoc-gen-go v1.3.5
33
# Using Debian base to avoid musl/glibc compatibility issues with protoc x86_64 binaries
4-
FROM golang:1.24.2
4+
FROM golang:1.24.4
55

66
# Install system dependencies
77
RUN apt-get update && apt-get install -y \

README-protogen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This Docker environment contains the tools and environment required to generate
77
- protoc: v3.17.3
88
- protoc-gen-go: v1.25.0
99
- protoc-gen-go-grpc: v1.0.0
10-
- Go: 1.24.2+
10+
- Go: 1.24.4+
1111

1212
**Note**: This image uses a Debian base (not Alpine) to ensure compatibility with the protoc x86_64 binary, which is compiled for glibc rather than musl libc.
1313

@@ -53,7 +53,7 @@ You can verify tool versions inside the container:
5353

5454
```bash
5555
protoc --version # Should show libprotoc 3.17.3
56-
go version # Should show go1.24.2+
56+
go version # Should show go1.24.4+
5757
```
5858

5959
## Troubleshooting

0 commit comments

Comments
 (0)