Skip to content

Commit fcd7e98

Browse files
Set Go version explicitly
1 parent 6c0c41e commit fcd7e98

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
fuzz-time: 30s
1616
fuzz-regexp: Fuzz_lexerNextToken
17+
go-version: 1.25
1718
fuzz-parser-test:
1819
name: Fuzz parser test
1920
runs-on: ubuntu-latest
@@ -23,6 +24,7 @@ jobs:
2324
with:
2425
fuzz-time: 30s
2526
fuzz-regexp: Fuzz_parserParse
27+
go-version: 1.25
2628
fuzz-mql-Parse-test:
2729
name: Fuzz mql.Parse test
2830
runs-on: ubuntu-latest
@@ -31,4 +33,5 @@ jobs:
3133
- uses: jidicula/go-fuzz-action@ea33f9835ea7f6071339827df940b777dfc78d11 # TSCCR: no entry for action: "jidicula/go-fuzz-action"
3234
with:
3335
fuzz-time: 30s
34-
fuzz-regexp: Fuzz_mqlParse
36+
fuzz-regexp: Fuzz_mqlParse
37+
go-version: 1.25

.github/workflows/tests-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
dbversion: ["postgres:latest"]
14-
go: ["1.24", "1.23"]
14+
go: ["1.25", "1.24"]
1515
platform: [ubuntu-latest] # can not run in macOS and Windows
1616
runs-on: ${{ matrix.platform }}
1717

0 commit comments

Comments
 (0)