We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973b179 commit 8a50584Copy full SHA for 8a50584
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-go@v5
23
with:
24
- go-version: 1.24
+ go-version: 1.25
25
- run: go mod download
26
- run: go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
27
- run: go install golang.org/x/tools/cmd/goimports@latest
go.mod
@@ -2,7 +2,7 @@ module github.com/flopp/go-staticmaps
2
3
go 1.23.0
4
5
-toolchain go1.24.4
+toolchain go1.25.0
6
7
require (
8
github.com/flopp/go-coordsparser v0.0.0-20250311184423-61a7ff62d17c
0 commit comments