File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@master
1010 - uses : actions/setup-go@v3
1111 with :
12- go-version : 1.24 .x
12+ go-version : 1.25 .x
1313 - name : Execute test and upload coverage
1414 env :
1515 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/docker/library/golang:1.24.1 -alpine3.21 AS build
1+ FROM public.ecr.aws/docker/library/golang:1.25.0 -alpine3.22 AS build
22
33WORKDIR /Activity-Relay
44COPY . /Activity-Relay
@@ -7,7 +7,7 @@ RUN mkdir -p /rootfs/usr/bin && \
77 apk add -U --no-cache git && \
88 go build -o /rootfs/usr/bin/relay -ldflags "-X main.version=$(git describe --tags HEAD | sed -r 's/v(.*)/\1 /')" .
99
10- FROM public.ecr.aws/docker/library/alpine:3.21.3
10+ FROM public.ecr.aws/docker/library/alpine:3.22.1
1111
1212COPY --from=build /rootfs/usr/bin /usr/bin
1313RUN chmod +x /usr/bin/relay && \
You can’t perform that action at this time.
0 commit comments