Skip to content

Commit

Permalink
Attempt to fix validation fail
Browse files Browse the repository at this point in the history
Signed-off-by: Carlisle Huson <[email protected]>
  • Loading branch information
chuson committed Nov 30, 2023
1 parent 547601d commit e9cccce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# Workaround for missing checksums caused by https://github.com/golang/go/issues/44129
- name: gomod fix
run: go env -w GOFLAGS=-mod=mod
- name: go mod tidy
run: go mod tidy
- name: lint
run: make lint
- name: tests
Expand Down

0 comments on commit e9cccce

Please sign in to comment.