Skip to content

Commit a9e0b8e

Browse files
chore(deps): update all
1 parent fb263ee commit a9e0b8e

7 files changed

Lines changed: 17 additions & 22 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
with:
5858
go-version: ${{ matrix.golang }}
5959
- name: Cache Go modules
60-
uses: actions/cache@v3.0.7
60+
uses: actions/cache@v3.0.8
6161
with:
6262
path: ~/go/pkg/mod
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@v3.0.0
66+
uses: goreleaser/goreleaser-action@v3.1.0
6767
with:
6868
version: latest
6969
args: release --rm-dist --snapshot --skip-publish
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/setup-go@v3
117117
with:
118118
go-version: ${{ matrix.golang }}
119-
- uses: actions/cache@v3.0.7
119+
- uses: actions/cache@v3.0.8
120120
with:
121121
path: ~/go/pkg/mod
122122
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -161,7 +161,7 @@ jobs:
161161
uses: actions/setup-go@v3
162162
with:
163163
go-version: ${{ matrix.golang }}
164-
- uses: actions/cache@v3.0.7
164+
- uses: actions/cache@v3.0.8
165165
with:
166166
path: ~/go/pkg/mod
167167
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
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.0.7
40+
uses: actions/cache@v3.0.8
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
4444
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
4545
-
4646
name: Run GoReleaser
4747
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
48-
uses: goreleaser/goreleaser-action@v3.0.0
48+
uses: goreleaser/goreleaser-action@v3.1.0
4949
with:
5050
version: latest
5151
args: release --rm-dist

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
SCORECARD_READ_TOKEN: ${{ secrets.SCORECARD_READ_TOKEN }}
3232
if: env.SCORECARD_READ_TOKEN != null
33-
uses: ossf/scorecard-action@ce330fde6b1a5c9c75b417e7efc510b822a35564 # v1.0.4
33+
uses: ossf/scorecard-action@6213479bc1c10c2fde660352e70c8f167f2dbc12 # v1.0.4
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
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.19.0-alpine as builder
7+
FROM golang:1.19.1-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/golang-repo-template

go.mod

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"alex": "10.0.0",
44
"markdown-spellcheck": "1.3.1",
5-
"markdownlint-cli": "0.31.1",
5+
"markdownlint-cli": "0.32.2",
66
"remark-cli": "11.0.0",
77
"remark-lint": "9.1.1"
88
}

0 commit comments

Comments
 (0)