Skip to content

Commit 5132a94

Browse files
committed
Bump Go version
1 parent e108d94 commit 5132a94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/amazon-linux-build-action/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM amazonlinux:latest
55
RUN yum install -y tar gzip gcc
66

77
# install Go
8-
ENV GOLANG_VERSION 1.16.6
9-
ENV GOLANG_VERSION_SHA256 be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d
8+
ENV GOLANG_VERSION 1.19.3
9+
ENV GOLANG_VERSION_SHA256 74b9640724fd4e6bb0ed2a1bc44ae813a03f1e72a4c76253e2d5c015494430ba
1010

1111
RUN curl -o golang.tar.gz https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz \
1212
&& echo "$GOLANG_VERSION_SHA256 golang.tar.gz" | sha256sum --strict --check \

.github/actions/tegola-setup-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ runs:
2828
path: ${{ github.workspace }}/ui/dist
2929
if: ${{ inputs.ui == 'true' }}
3030

31-
- name: Set up Go 1.18
31+
- name: Set up Go
3232
uses: actions/setup-go@v2
3333
with:
34-
go-version: 1.18
34+
go-version: 1.19
3535
if: ${{ inputs.go == 'true' }}
3636

3737
- name: Set tegola version

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.16.2-alpine3.12 AS build
30+
FROM golang:1.19.3-alpine3.16 AS build
3131

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

0 commit comments

Comments
 (0)