Skip to content

Commit 59ef04c

Browse files
committed
build(go): bump supported version to 1.23
Also add go matrix as 1.23, 1.24, 1.25.
1 parent c9dc404 commit 59ef04c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go-version: ["1.22"]
11+
go-version: ["1.23", "1.24", "1.25"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/candango/sqlok
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/jackc/pgx/v5 v5.7.2

0 commit comments

Comments
 (0)