Skip to content

Commit

Permalink
Merge branch 'main' into fix-compare-sig
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Oct 2, 2024
2 parents 209b7a8 + 68d8c0f commit 07fe7ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
id: setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand Down Expand Up @@ -66,9 +65,10 @@ jobs:
- name: Run govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
repo-checkout: false
go-package: ./...
go-version-input: ''
go-version-file: go.mod
repo-checkout: false
go-package: ./...
os-test:
name: Run on each OS
strategy:
Expand Down

0 comments on commit 07fe7ae

Please sign in to comment.