Skip to content

Commit 359be67

Browse files
committed
update Go version to 1.23.6
1 parent 8b5b0da commit 359be67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# - name: Install Go
6363
# uses: actions/setup-go@v5
6464
# with:
65-
# go-version: 1.22.x
65+
# go-version: 1.23.x
6666
# - name: Checkout code
6767
# uses: actions/checkout@v4
6868
# # Install any dependencies here (or delete this)

go.mod

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

3-
go 1.23.4
3+
go 1.23
44

55
require (
66
github.com/conductorone/baton-sdk v0.2.65

0 commit comments

Comments
 (0)