Skip to content

Commit

Permalink
use go.mod for the goversion
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Aug 7, 2023
1 parent 73a04af commit 63b9e04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
- uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'

- name: Lint
run: |-
Expand Down

0 comments on commit 63b9e04

Please sign in to comment.