Skip to content

Commit 6597b8a

Browse files
committed
deps: update to Go versions 1.23.6 and 1.22.12
Signed-off-by: Jacob Howard <[email protected]>
1 parent ea5e029 commit 6597b8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-go@v5
3333
with:
34-
go-version: '1.23.2'
34+
go-version: '1.23.6'
3535
- name: "Install sha256sum"
3636
run: brew install coreutils
3737
- run: scripts/ci/setup_go.sh
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 30
7373
strategy:
7474
matrix:
75-
goversion: ['1.22.8', '1.23.2']
75+
goversion: ['1.22.12', '1.23.6']
7676
steps:
7777
- uses: actions/checkout@v4
7878
- uses: actions/setup-go@v5
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@v4
9494
- uses: actions/setup-go@v5
9595
with:
96-
go-version: '1.23.2'
96+
go-version: '1.23.6'
9797
- run: scripts/ci/setup_go.sh
9898
shell: bash
9999
- run: scripts/ci/setup_docker.sh
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v4
128128
- uses: actions/setup-go@v5
129129
with:
130-
go-version: '1.23.2'
130+
go-version: '1.23.6'
131131
- uses: docker/setup-qemu-action@v3
132132
- uses: docker/setup-buildx-action@v3
133133
- uses: docker/login-action@v3

images/sidecar/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an Alpine-based Go builder.
2-
FROM golang:1.23.2-alpine3.20 AS builder
2+
FROM golang:1.23.6-alpine3.20 AS builder
33

44
# Disable cgo in order to match the behavior of our release binaries (and to
55
# avoid the need for gcc on certain architectures).

0 commit comments

Comments
 (0)