Skip to content

Commit

Permalink
mod: down grade Go version to 1.22.2
Browse files Browse the repository at this point in the history
- Ensure compatibility with major Linux distributions.
  • Loading branch information
YusukeShimizu committed Nov 10, 2024
1 parent bb8e37c commit 4ffab92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/elementsproject/peerswap

go 1.23.1
// When updating the Go version, ensure it is supported by major Linux distributions.
// Additionally, if updated, also update the nix package and the execution version in CI as needed.
go 1.22.2

require (
github.com/benbjohnson/clock v1.3.0 // indirect
Expand Down

0 comments on commit 4ffab92

Please sign in to comment.