Skip to content

Commit f7feecf

Browse files
committed
fix(deps): update all
1 parent 6534e87 commit f7feecf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
5959
restore-keys: ${{ runner.os }}-go-${{ matrix.golang }}-v1-
6060
- name: Run GoReleaser (Dry Run)
61-
uses: goreleaser/[email protected].0
61+
uses: goreleaser/[email protected].1
6262
with:
6363
version: latest
6464
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
@@ -45,7 +45,7 @@ jobs:
4545
-
4646
name: Run GoReleaser
4747
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
48-
uses: goreleaser/[email protected].0
48+
uses: goreleaser/[email protected].1
4949
with:
5050
version: latest
5151
args: release --rm-dist

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.17.5-alpine as builder
7+
FROM golang:1.17.6-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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

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

0 commit comments

Comments
 (0)