Skip to content

Commit

Permalink
Bump Go to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Dec 19, 2024
1 parent 8ca8399 commit 32e9c26
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
Expand Up @@ -27,7 +27,7 @@
# $ docker run -v /path/to/docker-config:/opt/tegola_config -p 8080 tegola serve

# Intermediary container for building
FROM golang:1.23.2-alpine3.20 AS build
FROM golang:1.23.4-alpine3.20 AS build

ARG BUILDPKG="github.com/go-spatial/tegola/internal/build"
ARG VER="Version Not Set"
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/go-spatial/tegola

go 1.23.2
go 1.23.4

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

0 comments on commit 32e9c26

Please sign in to comment.