There was an error while loading. Please reload this page.
1 parent d1f0eed commit 9095aaaCopy full SHA for 9095aaa
2 files changed
.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.22.7"
+ go-version: "^1.24.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.23-alpine3.19 AS builder
+FROM golang:1.24-alpine AS builder
2
COPY . /workspace
3
WORKDIR /workspace
4
ENV CGO_ENABLED=0
0 commit comments