Skip to content

Commit 32e9c26

Browse files
committed
Bump Go to 1.23.4
1 parent 8ca8399 commit 32e9c26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# $ docker run -v /path/to/docker-config:/opt/tegola_config -p 8080 tegola serve
2828

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

3232
ARG BUILDPKG="github.com/go-spatial/tegola/internal/build"
3333
ARG VER="Version Not Set"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-spatial/tegola
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
66
cloud.google.com/go/storage v1.28.1

0 commit comments

Comments
 (0)