Skip to content

Commit c087eb0

Browse files
committed
tools: upgrade go to v1.23.1
1 parent daa1b8a commit c087eb0

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
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.3
22+
GO_VERSION: 1.23.1
2823

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

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.1
64

75
require (
86
github.com/btcsuite/btcd v0.24.2-beta.rc1.0.20240625142744-cc26860b4026

tools/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/tools
22

3-
go 1.22
4-
5-
toolchain go1.22.3
3+
go 1.23.1
64

75
require (
86
github.com/golangci/golangci-lint v1.55.2

0 commit comments

Comments
 (0)