Skip to content

Commit

Permalink
Bump go version to 1.21.13 [#178] (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Aug 15, 2024
1 parent 8bbbc74 commit f9ff34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.11-alpine3.19 AS builder
FROM golang:1.21.13-alpine3.19 AS builder
COPY . /workspace
WORKDIR /workspace
ENV CGO_ENABLED=0
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/protomaps/go-pmtiles

go 1.21.0

toolchain go1.21.5
go 1.21.13

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

0 comments on commit f9ff34e

Please sign in to comment.