Skip to content

Commit

Permalink
Merge pull request #2 from kinde-oss/evgenyk-patch-1
Browse files Browse the repository at this point in the history
Adding go vulncheck
  • Loading branch information
rairaman authored Sep 24, 2024
2 parents 2d87343 + d982b05 commit a272626
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

# - name: Build
# run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./...

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...

0 comments on commit a272626

Please sign in to comment.