File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 20
20
21
21
strategy :
22
22
matrix :
23
- go-version : [1.23.3 ]
23
+ go-version : [1.23.4 ]
24
24
os : [ubuntu-22.04, macos-14, windows-2019]
25
25
26
26
steps :
62
62
- name : Set up Go
63
63
uses : actions/setup-go@v5
64
64
with :
65
- go-version : ' 1.23.3 '
65
+ go-version : ' 1.23.4 '
66
66
67
67
- name : Set env
68
68
shell : bash
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/setup-go@v5
109
109
with :
110
- go-version : ' 1.23.3 '
110
+ go-version : ' 1.23.4 '
111
111
112
112
- name : Set env
113
113
shell : bash
@@ -137,7 +137,7 @@ jobs:
137
137
steps :
138
138
- uses : actions/setup-go@v5
139
139
with :
140
- go-version : ' 1.23.3 '
140
+ go-version : ' 1.23.4 '
141
141
142
142
- name : Set env
143
143
shell : bash
@@ -182,7 +182,7 @@ jobs:
182
182
steps :
183
183
- uses : actions/setup-go@v5
184
184
with :
185
- go-version : ' 1.23.3 '
185
+ go-version : ' 1.23.4 '
186
186
187
187
- name : Set env
188
188
shell : bash
Original file line number Diff line number Diff line change 58
58
- name : Install Go
59
59
uses : actions/setup-go@v5
60
60
with :
61
- go-version : ' 1.23.3 '
61
+ go-version : ' 1.23.4 '
62
62
63
63
- name : Set env
64
64
shell : bash
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Install Go
152
152
uses : actions/setup-go@v5
153
153
with :
154
- go-version : ' 1.23.3 '
154
+ go-version : ' 1.23.4 '
155
155
156
156
- name : Set env
157
157
shell : bash
@@ -195,7 +195,7 @@ jobs:
195
195
- name : Install Go
196
196
uses : actions/setup-go@v5
197
197
with :
198
- go-version : ' 1.23.3 '
198
+ go-version : ' 1.23.4 '
199
199
200
200
- name : Set env
201
201
shell : bash
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.23.3 -alpine AS bld
1
+ FROM --platform=$BUILDPLATFORM golang:1.23.4 -alpine AS bld
2
2
ARG TARGETPLATFORM
3
3
ARG TARGETARCH
4
4
ARG TARGETVARIANT
@@ -27,7 +27,7 @@ WORKDIR /manifest-tool
27
27
COPY . /manifest-tool
28
28
RUN /manifest-tool/hack/makestatic.sh $TARGETARCH ${TARGETVARIANT#v}
29
29
30
- FROM --platform=$TARGETPLATFORM alpine:3.20.3
30
+ FROM --platform=$TARGETPLATFORM alpine:3.21.0
31
31
COPY --from=bld /manifest-tool/manifest-tool /manifest-tool
32
32
COPY --from=bld /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
33
33
COPY --from=bld --chown=0:0 /go/bin/docker-credential-gcr /usr/bin/docker-credential-gcloud
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.23.3 -alpine AS bld
1
+ FROM --platform=$BUILDPLATFORM golang:1.23.4 -alpine AS bld
2
2
ARG TARGETPLATFORM
3
3
ARG TARGETARCH
4
4
ARG TARGETVARIANT
You can’t perform that action at this time.
0 commit comments