Skip to content

Commit 223c3fc

Browse files
committed
Bump Go to 1.24.2
1 parent 67a047d commit 223c3fc

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.24.1-alpine3.20 AS build
30+
FROM golang:1.24.2-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.24.1
3+
go 1.24.2
44

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

0 commit comments

Comments
 (0)