Skip to content

Commit

Permalink
Bump Go to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Jul 19, 2024
1 parent ea3020a commit 0af17b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.21.12-alpine3.20 AS build
FROM golang:1.22.5-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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The requested tile will be encoded with a layer that has the `name` value set to

## Building from source

Tegola is written in [Go](https://golang.org/) and requires [Go 1.21](https://go.dev/dl/) or higher to compile from the source.
Tegola is written in [Go](https://golang.org/) and requires [Go 1.22](https://go.dev/dl/) or higher to compile from the source.
(We support the two newest versions of Go.)
To build tegola from the source, make sure you have Go installed and have cloned the repository.
Navigate to the repository then run the following command:
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.21
go 1.22.5

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

0 comments on commit 0af17b4

Please sign in to comment.