Skip to content

Commit b35fc35

Browse files
authored
Merge pull request #156 from lightninglabs/golang-version
multi: bump Golang version to fix Docker build
2 parents d5070c6 + 622a37d commit b35fc35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
# https://github.com/golang/go/issues/51799). There was a race condition
2525
# introduced with go 1.16.10 that causes the unit tests to fail (could also
2626
# happen in production).
27-
GO_VERSION: 1.22.3
27+
GO_VERSION: 1.22.6
2828

2929
jobs:
3030
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.3-alpine as builder
1+
FROM golang:1.22.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.

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/lightninglabs/aperture/tools
22

33
go 1.22
44

5-
toolchain go1.22.3
5+
toolchain go1.22.6
66

77
require (
88
github.com/golangci/golangci-lint v1.55.2

0 commit comments

Comments
 (0)