Skip to content

Commit

Permalink
Remove hardcoded Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jul 4, 2024
1 parent 8570362 commit 7446b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version-file: 'mysql-tester/go.mod'
- name: vet
working-directory: 'mysql-tester'
run: go vet ./...
Expand Down

0 comments on commit 7446b7c

Please sign in to comment.