Skip to content

Commit 223195c

Browse files
committed
Fixed bug for release with new golang version
1 parent ff117b9 commit 223195c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.19
26+
go-version: 1.25
2727

2828
- name: Get dependencies
2929
run: go mod download
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Go
8181
uses: actions/setup-go@v5
8282
with:
83-
go-version: 1.19
83+
go-version: 1.25
8484
- name: Run GoReleaser
8585
uses: goreleaser/goreleaser-action@v6
8686
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine
1+
FROM golang:1.25-alpine
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)