Skip to content

Commit ff32ffb

Browse files
committed
multi: update go version
1 parent 0892b86 commit ff32ffb

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ env:
1919

2020
# If you change this value, please change it in the following files as well:
2121
# /Dockerfile
22-
#
23-
# Don't bump this until go 1.19 is out (which should include a fix for
24-
# https://github.com/golang/go/issues/51799). There was a race condition
25-
# introduced with go 1.16.10 that causes the unit tests to fail (could also
26-
# happen in production).
27-
GO_VERSION: 1.22.6
22+
GO_VERSION: 1.23.6
2823

2924
jobs:
3025
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.6-alpine as builder
1+
FROM golang:1.23.6-alpine as builder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/lightninglabs/aperture
22

3-
go 1.22.6
4-
5-
toolchain go1.22.7
3+
go 1.23.6
64

75
require (
86
github.com/btcsuite/btcd v0.24.3-0.20240921052913-67b8efd3ba53

0 commit comments

Comments
 (0)