Skip to content

Commit 7446b7c

Browse files
committed
Remove hardcoded Go version
1 parent 8570362 commit 7446b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: setup go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.21
22+
go-version-file: 'mysql-tester/go.mod'
2323
- name: vet
2424
working-directory: 'mysql-tester'
2525
run: go vet ./...

0 commit comments

Comments
 (0)