From 1c57286d8b081e28b1e8f9d881cd11329f2baeee Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Fri, 15 May 2026 02:32:57 +0000 Subject: [PATCH 1/2] Update dependency go to v1.26.3 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From e87a8f5a7e737b04666bc7a2325c14b185e91a70 Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Mon, 18 May 2026 10:34:30 -0700 Subject: [PATCH 2/2] Update version in go.mod to match mise.toml --- go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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