File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/setup-go@v5
3333 with :
3434 go-version-file : ' go.mod'
35+ check-latest : true
3536 if : ${{ inputs.go == 'true' }}
3637
3738 - name : Set tegola version
Original file line number Diff line number Diff line change 3636 uses : actions/setup-go@v5
3737 with :
3838 go-version-file : ' go.mod'
39+ check-latest : true
3940
4041 - name : Env Debug
4142 run : |
@@ -118,6 +119,7 @@ jobs:
118119 uses : actions/setup-go@v5
119120 with :
120121 go-version-file : ' go.mod'
122+ check-latest : true
121123
122124 - name : Install and run go vulncheck
123125 run : |
Original file line number Diff line number Diff line change 5757 uses : actions/setup-go@v5
5858 with :
5959 go-version-file : ' go.mod'
60+ check-latest : true
6061
6162 - name : Build embedded UI
6263 run : |
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.21.8 -alpine3.18 AS build
30+ FROM golang:1.21.9 -alpine3.18 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