File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# If you change this value, please change it in the following files as well:
21
21
# /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.3
22
+ GO_VERSION : 1.23.1
28
23
29
24
jobs :
30
25
# #######################
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/aperture
2
2
3
- go 1.22.6
4
-
5
- toolchain go1.22.7
3
+ go 1.23.1
6
4
7
5
require (
8
6
github.com/btcsuite/btcd v0.24.2-beta.rc1.0.20240625142744-cc26860b4026
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/aperture/tools
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.3
3
+ go 1.23.1
6
4
7
5
require (
8
6
github.com/golangci/golangci-lint v1.55.2
You can’t perform that action at this time.
0 commit comments