Skip to content

Commit

Permalink
ci: fix setup go action version file
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 25, 2024
1 parent 8965078 commit d21a8c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
version-file: go.mod
go-version-file: go.mod
cache-dependency-path: '**/go.sum'
- name: Run Go Vet
run: |
make vet
Expand Down

0 comments on commit d21a8c4

Please sign in to comment.