File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup Go
33
33
uses : actions/setup-go@v2
34
34
with :
35
- go-version : ' ^1.21.1 '
35
+ go-version : ' ^1.21.3 '
36
36
37
37
- uses : actions/cache@v2
38
38
with :
Original file line number Diff line number Diff line change 22
22
- name : Setup Go
23
23
uses : actions/setup-go@v2
24
24
with :
25
- go-version : ' ^1.21.1 '
25
+ go-version : ' ^1.21.3 '
26
26
27
27
- uses : actions/cache@v2
28
28
with :
Original file line number Diff line number Diff line change 1
1
# build stage
2
- FROM --platform=$BUILDPLATFORM golang:1.21.1 -alpine AS build-env
2
+ FROM --platform=$BUILDPLATFORM golang:1.21.3 -alpine AS build-env
3
3
ARG TARGETPLATFORM
4
4
5
5
RUN apk update && apk add ca-certificates
Original file line number Diff line number Diff line change 1
1
# build stage
2
- FROM --platform=$BUILDPLATFORM golang:1.21.1 -alpine AS build-env
2
+ FROM --platform=$BUILDPLATFORM golang:1.21.3 -alpine AS build-env
3
3
ARG TARGETPLATFORM
4
4
5
5
RUN apk update && apk add ca-certificates
You can’t perform that action at this time.
0 commit comments