File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
amazon-linux-build-action Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM amazonlinux:latest
55RUN 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
1111RUN 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
3232ARG BUILDPKG="github.com/go-spatial/tegola/internal/build"
3333ARG VER="Version Not Set"
You can’t perform that action at this time.
0 commit comments