File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
# https://github.com/golang/go/issues/51799). There was a race condition
25
25
# introduced with go 1.16.10 that causes the unit tests to fail (could also
26
26
# happen in production).
27
- GO_VERSION : 1.22.3
27
+ GO_VERSION : 1.22.6
28
28
29
29
jobs :
30
30
# #######################
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.3 -alpine as builder
1
+ FROM golang:1.22.6 -alpine as builder
2
2
3
3
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
4
4
# queries required to connect to linked containers succeed.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/lightninglabs/aperture/tools
2
2
3
3
go 1.22
4
4
5
- toolchain go1.22.3
5
+ toolchain go1.22.6
6
6
7
7
require (
8
8
github.com/golangci/golangci-lint v1.55.2
You can’t perform that action at this time.
0 commit comments