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 b7f23d0 commit b854980Copy full SHA for b854980
.github/workflows/test.yml
@@ -15,15 +15,15 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-go@v3
17
with:
18
- go-version: "^1.24.0"
+ go-version: "^1.25.0"
19
- run: go test ./pmtiles
20
fmt_vet_lint:
21
runs-on: ubuntu-latest
22
steps:
23
24
25
26
27
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
28
- run: go vet caddy/pmtiles_proxy.go
29
- run: go vet main.go
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
2
COPY . /workspace
3
WORKDIR /workspace
4
ENV CGO_ENABLED=0
0 commit comments