Skip to content

Commit a601192

Browse files
committed
Fix check.yml
1 parent 55ff9aa commit a601192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Setup Go 1.12
14+
- name: Setup Go 1.18
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: 1.12
17+
go-version: 1.18
1818
- name: Test
1919
run: npx zx .github/scripts/coverage.mjs

0 commit comments

Comments
 (0)