ci+docker: bump go version

This commit is contained in:
ffranr
2023-01-23 18:56:03 +00:00
parent 8694f147d5
commit 0096d68a48
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ env:
# https://github.com/golang/go/issues/51799). There was a race condition
# introduced with go 1.16.10 that causes the unit tests to fail (could also
# happen in production).
GO_VERSION: 1.16.9
GO_VERSION: 1.19.2
jobs:
########################

View File

@@ -2,7 +2,7 @@
# https://github.com/golang/go/issues/51799). There was a race condition
# introduced with go 1.16.10 that causes the unit tests to fail (could also
# happen in production).
FROM golang:1.16.9-alpine as builder
FROM golang:1.19.2-alpine as builder
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.