multi: update go version

This commit is contained in:
Elle Mouton
2025-02-27 14:35:44 +02:00
parent 0892b86489
commit ff32ffb090
3 changed files with 3 additions and 10 deletions

View File

@@ -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:
########################

View File

@@ -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.

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/lightninglabs/aperture
go 1.22.6
toolchain go1.22.7
go 1.23.6
require (
github.com/btcsuite/btcd v0.24.3-0.20240921052913-67b8efd3ba53