We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8570362 commit 7446b7cCopy full SHA for 7446b7c
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: setup go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: 1.21
+ go-version-file: 'mysql-tester/go.mod'
23
- name: vet
24
working-directory: 'mysql-tester'
25
run: go vet ./...
0 commit comments