Skip to content

Commit

Permalink
bump to go 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 10, 2024
1 parent 68710d4 commit c1bb8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13-alpine3.19 AS builder
FROM golang:1.22.5-alpine3.19 AS builder
COPY . /workspace
WORKDIR /workspace
ENV CGO_ENABLED=0
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.21.13
go 1.22.5

require (
cloud.google.com/go/storage v1.43.0
Expand Down

0 comments on commit c1bb8ee

Please sign in to comment.