Update golang version to 1.22.4 (#109)

Co-authored-by: devans <david.evans@zynstra.com>
This commit is contained in:
David Evans 2024-06-10 17:52:01 +01:00 committed by GitHub
parent 71cd7aa74c
commit 57f6223407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
################################################################################
## GO BUILDER
################################################################################
FROM golang:1.20.7 as builder
FROM golang:1.22.4 as builder
ENV VERSION 1.8.10
ENV CGO_ENABLED 0

View File

@ -1,4 +1,4 @@
FROM golang:1.20.7 as builder
FROM golang:1.22.4 as builder
ENV VERSION 1.8.10
ENV BUILD_DIR /build