Skip to content

Commit 3c29bb0

Browse files
committed
Run tests on go18 due fuzz tests
1 parent eaaba8c commit 3c29bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tokenizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v3
1414
with:
15-
go-version: '1.17'
15+
go-version: '1.18'
1616

1717
- uses: actions/checkout@v3
1818

@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.17.x
31+
go-version: 1.18.x
3232

3333
- name: Run tests
3434
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)