File tree Expand file tree Collapse file tree 5 files changed +119
-285
lines changed Expand file tree Collapse file tree 5 files changed +119
-285
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/setup-go@v2
5454 with :
5555 go-version : ${{ matrix.golang }}
56- - uses : actions/cache@v2.1.7
56+ - uses : actions/cache@v2.1.8
5757 with :
5858 path : ~/go/pkg/mod
5959 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
7777 uses : actions/setup-go@v2
7878 with :
7979 go-version : ${{ matrix.golang }}
80- - uses : actions/cache@v2.1.7
80+ - uses : actions/cache@v2.1.8
8181 with :
8282 path : ~/go/pkg/mod
8383 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@master
10- - uses : codfish/semantic-release-action@v1.9 .0
10+ - uses : codfish/semantic-release-action@v1.10 .0
1111 if : github.ref == 'refs/heads/master'
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# build
2- FROM golang:1.18.0 as builder
2+ FROM golang:1.25.2 as builder
33ENV GO111MODULE=on
44WORKDIR /go/src/moul.io/sshportal
55COPY go.mod go.sum ./
You can’t perform that action at this time.
0 commit comments