Skip to content

Commit

Permalink
Fix (CI): strange CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jul 5, 2024
1 parent f927d34 commit 3ca8ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: go mod tidy -v
run: go mod tidy -v
- name: go vet -v ./...
run: go vet -v ./...
- name: gosec ./...
Expand Down

0 comments on commit 3ca8ec0

Please sign in to comment.