File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
6464 restore-keys : ${{ runner.os }}-go-${{ matrix.golang }}-v1-
6565 - name : Run GoReleaser (Dry Run)
66- uses : goreleaser/goreleaser-action@v4.2 .0
66+ uses : goreleaser/goreleaser-action@v4.4 .0
6767 with :
6868 version : latest
6969 args : release --rm-dist --snapshot --skip-publish
Original file line number Diff line number Diff line change 4848 -
4949 name : Run GoReleaser
5050 if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
51- uses : goreleaser/goreleaser-action@v4.2 .0
51+ uses : goreleaser/goreleaser-action@v4.4 .0
5252 with :
5353 version : latest
5454 args : release --rm-dist
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.20 -alpine as builder
7+ FROM golang:1.21 -alpine as builder
88RUN apk add --no-cache git gcc musl-dev make
99ENV GO111MODULE=on
1010WORKDIR /go/src/moul.io/mdtable
@@ -14,7 +14,7 @@ COPY . ./
1414RUN make install
1515
1616# minimalist runtime
17- FROM alpine:3.18.2
17+ FROM alpine:3.18.3
1818LABEL org.label-schema.build-date=$BUILD_DATE \
1919 org.label-schema.name="mdtable" \
2020 org.label-schema.description="" \
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "alex" : " 10.0.0" ,
44 "markdown-spellcheck" : " 1.3.1" ,
5- "markdownlint-cli" : " 0.31.1 " ,
5+ "markdownlint-cli" : " 0.35.0 " ,
66 "remark-cli" : " 11.0.0" ,
7- "remark-lint" : " 9.1.1 "
7+ "remark-lint" : " 9.1.2 "
88 }
99}
You can’t perform that action at this time.
0 commit comments