diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 884657d..bb40b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: ######################## diff --git a/go.mod b/go.mod index 27149e4..4939f69 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/tools/go.mod b/tools/go.mod index 210eb8f..26cb0c8 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -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