Skip to content

Commit 93fe373

Browse files
go1.25.9
1 parent 4e013e2 commit 93fe373

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/golang.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/setup-go@v6
2121
with:
22-
go-version: '1.24.1'
22+
go-version: '1.25.9'
2323
cache-dependency-path: "**/*.sum"
2424
- uses: actions/checkout@v6
2525
- run: go mod verify
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/setup-go@v6
3333
with:
34-
go-version: '1.24.1'
34+
go-version: '1.25.9'
3535
cache-dependency-path: "**/*.sum"
3636
- uses: actions/checkout@v6
3737
- run: go mod verify
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/setup-go@v6
4646
with:
47-
go-version: '1.24.1'
47+
go-version: '1.25.9'
4848
cache-dependency-path: "**/*.sum"
4949
- uses: actions/checkout@v6
5050
- run: go mod verify
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/setup-go@v6
6363
with:
64-
go-version: '1.24.1'
64+
go-version: '1.25.9'
6565
cache-dependency-path: "**/*.sum"
6666
- uses: actions/checkout@v6
6767
- run: go vet ./...
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/setup-go@v6
8080
with:
81-
go-version: '1.24.1'
81+
go-version: '1.25.9'
8282
cache-dependency-path: "**/*.sum"
8383
- uses: actions/checkout@v6
8484
- uses: golangci/golangci-lint-action@v9

fuzz/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/poki/mongodb-filter-to-postgres/fuzz
22

33
go 1.22
44

5-
toolchain go1.24.1
5+
toolchain go1.25.9
66

77
replace github.com/poki/mongodb-filter-to-postgres v0.0.0 => ../
88

0 commit comments

Comments
 (0)