mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 00:54:20 +01:00
multi: update go version
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -19,12 +19,7 @@ env:
|
||||
|
||||
# If you change this value, please change it in the following files as well:
|
||||
# /Dockerfile
|
||||
#
|
||||
# Don't bump this until go 1.19 is out (which should include a fix for
|
||||
# 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.22.6
|
||||
GO_VERSION: 1.23.6
|
||||
|
||||
jobs:
|
||||
########################
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.6-alpine as builder
|
||||
FROM golang:1.23.6-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