Skip to content

Commit 4008a61

Browse files
Devin-qpointOpenClaw AI Assistant
andauthored
bump go to 1.26.1 (#32)
Bumps Go from 1.26.0 to 1.26.1 across go.mod and CI workflow. govulncheck passed. Co-authored-by: OpenClaw AI Assistant <devin+openclaw@qpoint.io>
1 parent 5986cb2 commit 4008a61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: "1.26"
17+
go-version: "1.26.1"
1818

1919
- name: Test
2020
run: go test -v ./...

example/rulecli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/qpoint-io/rulekit/example/rulecli
22

3-
go 1.25.3
3+
go 1.26.1
44

55
require (
66
github.com/charmbracelet/bubbles v0.20.0

go.mod

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

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/hashicorp/go-multierror v1.1.1

0 commit comments

Comments
 (0)