mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 09:04:19 +01:00
ci+docker: bump go version
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
########################
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user