Skip to content

Commit 9b309d1

Browse files
fix(deps): update all
1 parent f9c8f60 commit 9b309d1

File tree

5 files changed

+116
-282
lines changed

5 files changed

+116
-282
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/setup-go@v2
5454
with:
5555
go-version: ${{ matrix.golang }}
56-
- uses: actions/[email protected].7
56+
- uses: actions/[email protected].8
5757
with:
5858
path: ~/go/pkg/mod
5959
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/setup-go@v2
7878
with:
7979
go-version: ${{ matrix.golang }}
80-
- uses: actions/[email protected].7
80+
- uses: actions/[email protected].8
8181
with:
8282
path: ~/go/pkg/mod
8383
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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 }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.18.0 as builder
2+
FROM golang:1.24.1 as builder
33
ENV GO111MODULE=on
44
WORKDIR /go/src/moul.io/sshportal
55
COPY go.mod go.sum ./

go.mod

+43-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)