File tree 5 files changed +116
-282
lines changed
5 files changed +116
-282
lines changed Original file line number Diff line number Diff line change 53
53
uses : actions/setup-go@v2
54
54
with :
55
55
go-version : ${{ matrix.golang }}
56
- - uses : actions/cache@v2.1.7
56
+ - uses : actions/cache@v2.1.8
57
57
with :
58
58
path : ~/go/pkg/mod
59
59
key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
77
77
uses : actions/setup-go@v2
78
78
with :
79
79
go-version : ${{ matrix.golang }}
80
- - uses : actions/cache@v2.1.7
80
+ - uses : actions/cache@v2.1.8
81
81
with :
82
82
path : ~/go/pkg/mod
83
83
key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@master
10
- - uses : codfish/semantic-release-action@v1.9 .0
10
+ - uses : codfish/semantic-release-action@v1.10 .0
11
11
if : github.ref == 'refs/heads/master'
12
12
env :
13
13
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# build
2
- FROM golang:1.18.0 as builder
2
+ FROM golang:1.24.1 as builder
3
3
ENV GO111MODULE=on
4
4
WORKDIR /go/src/moul.io/sshportal
5
5
COPY go.mod go.sum ./
You can’t perform that action at this time.
0 commit comments