Skip to content

Commit

Permalink
upgrade to go 1.21 [#117] (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Jan 29, 2024
1 parent 94a9191 commit 456d7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.18.0'
go-version: '^1.21.0'
- run: go test ./pmtiles
fmt_vet_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.18.0'
go-version: '^1.21.0'
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
- run: go vet caddy/pmtiles_proxy.go
- run: go vet main.go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/protomaps/go-pmtiles

go 1.18
go 1.21

require (
github.com/RoaringBitmap/roaring v1.5.0
Expand Down

0 comments on commit 456d7b9

Please sign in to comment.