File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-go@v5
33
33
with :
34
- go-version : ' 1.23.2 '
34
+ go-version : ' 1.23.6 '
35
35
- name : " Install sha256sum"
36
36
run : brew install coreutils
37
37
- run : scripts/ci/setup_go.sh
72
72
timeout-minutes : 30
73
73
strategy :
74
74
matrix :
75
- goversion : ['1.22.8 ', '1.23.2 ']
75
+ goversion : ['1.22.12 ', '1.23.6 ']
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
- uses : actions/setup-go@v5
93
93
- uses : actions/checkout@v4
94
94
- uses : actions/setup-go@v5
95
95
with :
96
- go-version : ' 1.23.2 '
96
+ go-version : ' 1.23.6 '
97
97
- run : scripts/ci/setup_go.sh
98
98
shell : bash
99
99
- run : scripts/ci/setup_docker.sh
@@ -127,7 +127,7 @@ jobs:
127
127
- uses : actions/checkout@v4
128
128
- uses : actions/setup-go@v5
129
129
with :
130
- go-version : ' 1.23.2 '
130
+ go-version : ' 1.23.6 '
131
131
- uses : docker/setup-qemu-action@v3
132
132
- uses : docker/setup-buildx-action@v3
133
133
- uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# Disable cgo in order to match the behavior of our release binaries (and to
5
5
# avoid the need for gcc on certain architectures).
You can’t perform that action at this time.
0 commit comments