mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-17 09:04:19 +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:
|
# If you change this value, please change it in the following files as well:
|
||||||
# /Dockerfile
|
# /Dockerfile
|
||||||
#
|
GO_VERSION: 1.23.6
|
||||||
# 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
|
|
||||||
|
|
||||||
jobs:
|
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
|
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||||
# queries required to connect to linked containers succeed.
|
# queries required to connect to linked containers succeed.
|
||||||
|
|||||||
4
go.mod
4
go.mod
@@ -1,8 +1,6 @@
|
|||||||
module github.com/lightninglabs/aperture
|
module github.com/lightninglabs/aperture
|
||||||
|
|
||||||
go 1.22.6
|
go 1.23.6
|
||||||
|
|
||||||
toolchain go1.22.7
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/btcsuite/btcd v0.24.3-0.20240921052913-67b8efd3ba53
|
github.com/btcsuite/btcd v0.24.3-0.20240921052913-67b8efd3ba53
|
||||||
|
|||||||
Reference in New Issue
Block a user