diff --git a/go/go.mod b/go/go.mod index 2104419..2c9bf87 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,6 +1,6 @@ module github.com/pgr0ss/pgledger -go 1.26.2 +go 1.26.3 require ( github.com/jackc/pgx/v5 v5.9.2 diff --git a/mise.toml b/mise.toml index c61fbc8..a96b020 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -go = "1.26.2" # Matches the version in go.mod +go = "1.26.3" # Matches the version in go.mod uv = "0.11.8" "github:casey/just" = "1.50.0" golangci-lint = "2.11.4"