We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5986cb2 commit 4008a61Copy full SHA for 4008a61
3 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v6
16
with:
17
- go-version: "1.26"
+ go-version: "1.26.1"
18
19
- name: Test
20
run: go test -v ./...
example/rulecli/go.mod
@@ -1,6 +1,6 @@
1
module github.com/qpoint-io/rulekit/example/rulecli
2
3
-go 1.25.3
+go 1.26.1
4
5
require (
6
github.com/charmbracelet/bubbles v0.20.0
go.mod
module github.com/qpoint-io/rulekit
-go 1.26.0
github.com/hashicorp/go-multierror v1.1.1
0 commit comments