Skip to content

Commit

Permalink
tools: upgrade go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrill committed Oct 14, 2024
1 parent daa1b8a commit c087eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ env:

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

jobs:
########################
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/lightninglabs/aperture

go 1.22.6

toolchain go1.22.7
go 1.23.1

require (
github.com/btcsuite/btcd v0.24.2-beta.rc1.0.20240625142744-cc26860b4026
Expand Down
4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/lightninglabs/aperture/tools

go 1.22

toolchain go1.22.3
go 1.23.1

require (
github.com/golangci/golangci-lint v1.55.2
Expand Down

0 comments on commit c087eb0

Please sign in to comment.