Skip to content

Commit

Permalink
Dont use the deprecated -tags option to enumcover
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler committed Jan 17, 2025
1 parent 6fe65c4 commit 4425e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
- run: go install github.com/reillywatson/enumcover/cmd/enumcover@master && enumcover -tags="$GOTAGS" ./...
- run: go install github.com/reillywatson/enumcover/cmd/enumcover@master && GOFLAGS="-tags='$GOTAGS'" enumcover ./...

lint-container-test-deps:
needs:
Expand Down

0 comments on commit 4425e90

Please sign in to comment.