Skip to content

Commit 949cd97

Browse files
committed
chore: update Go version to 1.25.0 in Dockerfile and go.mod
1 parent b8f53c4 commit 949cd97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: git fetch --force --tags
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: '>=1.24.4'
24+
go-version: '>=1.25.0'
2525
cache: true
2626
# More assembly might be required: Docker logins, GPG, etc. It all depends
2727
# on your needs.

dev.Dockerfile

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

33
WORKDIR /app
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mxab/nacp
22

3-
go 1.24.4
3+
go 1.25
44

55
require (
66
github.com/docker/docker v28.2.2+incompatible

0 commit comments

Comments
 (0)