Skip to content

Commit 64a450b

Browse files
Update all
1 parent 93878b5 commit 64a450b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version: ${{ matrix.golang }}
5454
- name: Cache Go modules
55-
uses: actions/[email protected].2
55+
uses: actions/[email protected].4
5656
with:
5757
path: ~/go/pkg/mod
5858
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/setup-go@v3
110110
with:
111111
go-version: ${{ matrix.golang }}
112-
- uses: actions/[email protected].2
112+
- uses: actions/[email protected].4
113113
with:
114114
path: ~/go/pkg/mod
115115
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/setup-go@v3
154154
with:
155155
go-version: ${{ matrix.golang }}
156-
- uses: actions/[email protected].2
156+
- uses: actions/[email protected].4
157157
with:
158158
path: ~/go/pkg/mod
159159
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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/[email protected].2
40+
uses: actions/[email protected].4
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}

.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@f10ec7151e838890a3fbfa27875a33f80869977b # v1.0.4
33+
uses: ossf/scorecard-action@85bc05a424015f17485cc2d15b5dcdcfd438fe6c # v1.0.4
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif

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.18.2-alpine as builder
7+
FROM golang:1.18.3-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
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.15.4
17+
FROM alpine:3.16.0
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="golang-repo-template" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)