File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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 ./...
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/poki/mongodb-filter-to-postgres/fuzz
22
33go 1.22
44
5- toolchain go1.24.1
5+ toolchain go1.25.9
66
77replace github.com/poki/mongodb-filter-to-postgres v0.0.0 => ../
88
You can’t perform that action at this time.
0 commit comments