File tree Expand file tree Collapse file tree 5 files changed +2069
-94
lines changed Expand file tree Collapse file tree 5 files changed +2069
-94
lines changed Original file line number Diff line number Diff line change 5656 uses : actions/setup-go@v3
5757 with :
5858 go-version : ${{ matrix.golang }}
59- - uses : actions/cache@v3.2.6
59+ - uses : actions/cache@v3.3.3
6060 with :
6161 path : ~/go/pkg/mod
6262 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
8383 uses : actions/setup-go@v3
8484 with :
8585 go-version : ${{ matrix.golang }}
86- - uses : actions/cache@v3.2.6
86+ - uses : actions/cache@v3.3.3
8787 with :
8888 path : ~/go/pkg/mod
8989 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 3737 -
3838 name : Cache Go modules
3939 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40- uses : actions/cache@v3.2.6
40+ uses : actions/cache@v3.3.3
4141 with :
4242 path : ~/go/pkg/mod
4343 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
44ARG VERSION
55
66# build
7- FROM golang:1.19.2 -alpine as builder
7+ FROM golang:1.22.3 -alpine as builder
88RUN apk add --no-cache git gcc musl-dev make
99ENV GO111MODULE=on
1010WORKDIR /go/src/moul.io/assh
@@ -14,7 +14,7 @@ COPY . ./
1414RUN make install
1515
1616# minimalist runtime
17- FROM alpine:3.16 .0
17+ FROM alpine:3.20 .0
1818LABEL org.label-schema.build-date=$BUILD_DATE \
1919 org.label-schema.name="assh" \
2020 org.label-schema.description="" \
You can’t perform that action at this time.
0 commit comments