Skip to content

Commit

Permalink
Bump Go version to 1.21.9 to address HTTP CONTINUE vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Apr 8, 2024
1 parent 226cc58 commit 9d4493b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/tegola-setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
if: ${{ inputs.go == 'true' }}

- name: Set tegola version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on_pr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true

- name: Env Debug
run: |
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true

- name: Install and run go vulncheck
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true

- name: Build embedded UI
run: |
Expand Down
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.8-alpine3.18 AS build
FROM golang:1.21.9-alpine3.18 AS build

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

0 comments on commit 9d4493b

Please sign in to comment.