We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5b0da commit 359be67Copy full SHA for 359be67
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
# - name: Install Go
63
# uses: actions/setup-go@v5
64
# with:
65
-# go-version: 1.22.x
+# go-version: 1.23.x
66
# - name: Checkout code
67
# uses: actions/checkout@v4
68
# # Install any dependencies here (or delete this)
go.mod
@@ -1,6 +1,6 @@
1
module github.com/conductorone/baton-sql
2
3
-go 1.23.4
+go 1.23
4
5
require (
6
github.com/conductorone/baton-sdk v0.2.65
0 commit comments