Skip to content

Commit 8a50584

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 973b179 commit 8a50584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.24
24+
go-version: 1.25
2525
- run: go mod download
2626
- run: go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
2727
- run: go install golang.org/x/tools/cmd/goimports@latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/flopp/go-staticmaps
22

33
go 1.23.0
44

5-
toolchain go1.24.4
5+
toolchain go1.25.0
66

77
require (
88
github.com/flopp/go-coordsparser v0.0.0-20250311184423-61a7ff62d17c

0 commit comments

Comments
 (0)