This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 609dc46 authored Jul 13, 2022 Verified
1 parent 4f1634f commit 609dc46 Copy full SHA for 609dc46
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
with :
54
54
go-version : ${{ matrix.golang }}
55
55
- name : Cache Go modules
56
- uses : actions/cache@v3.0.4
56
+ uses : actions/cache@v3.0.5
57
57
with :
58
58
path : ~/go/pkg/mod
59
59
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -112,7 +112,7 @@ jobs:
112
112
uses : actions/setup-go@v3
113
113
with :
114
114
go-version : ${{ matrix.golang }}
115
- - uses : actions/cache@v3.0.4
115
+ - uses : actions/cache@v3.0.5
116
116
with :
117
117
path : ~/go/pkg/mod
118
118
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -156,7 +156,7 @@ jobs:
156
156
uses : actions/setup-go@v3
157
157
with :
158
158
go-version : ${{ matrix.golang }}
159
- - uses : actions/cache@v3.0.4
159
+ - uses : actions/cache@v3.0.5
160
160
with :
161
161
path : ~/go/pkg/mod
162
162
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 37
37
-
38
38
name : Cache Go modules
39
39
if : steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
40
- uses : actions/cache@v3.0.4
40
+ uses : actions/cache@v3.0.5
41
41
with :
42
42
path : ~/go/pkg/mod
43
43
key : ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
4
4
ARG VERSION
5
5
6
6
# build
7
- FROM golang:1.18.3 -alpine as builder
7
+ FROM golang:1.18.4 -alpine as builder
8
8
RUN apk add --no-cache git gcc musl-dev make
9
9
ENV GO111MODULE=on
10
10
WORKDIR /go/src/moul.io/golang-repo-template
You can’t perform that action at this time.
0 commit comments