Skip to content

Commit 30bb2f8

Browse files
authored
bump to go 1.25.1 (#28)
1 parent 482155c commit 30bb2f8

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@ name: ci
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
77

88
jobs:
9-
109
test:
1110
runs-on: ubuntu-latest
1211
steps:
13-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v4
1413

15-
- name: Set up Go
16-
uses: actions/setup-go@v4
17-
with:
18-
go-version: '1.24.x'
14+
- name: Set up Go
15+
uses: actions/setup-go@v6
16+
with:
17+
go-version: "1.25"
1918

20-
- name: Test
21-
run: go test -v ./...
19+
- name: Test
20+
run: go test -v ./...

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.24.3
3+
go 1.25.1
44

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

0 commit comments

Comments
 (0)