Skip to content

Commit dbfa242

Browse files
chore(deps): update all
1 parent ea496db commit dbfa242

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.20-alpine as builder
7+
FROM golang:1.21-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/mdtable
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.18.2
17+
FROM alpine:3.18.3
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="mdtable" \
2020
org.label-schema.description="" \

tool/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
}

0 commit comments

Comments
 (0)