Skip to content

Commit 7a7730d

Browse files
committed
ci: drop nancy
1 parent a5d8ffb commit 7a7730d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,3 @@ jobs:
6161
GOARCH: ${{ matrix.arch }}
6262
GOFLAGS: ${{ matrix.flags }}
6363
run: go test --timeout 5m ./...
64-
nancy:
65-
runs-on: ubuntu-latest
66-
steps:
67-
- name: Checkout code
68-
uses: actions/checkout@v5
69-
70-
- name: Install Go
71-
uses: actions/setup-go@v6
72-
with:
73-
go-version: 1.17
74-
75-
- name: List dependencies
76-
run: go list -json -m all > go.list
77-
78-
- name: Run nancy
79-
uses: sonatype-nexus-community/[email protected]

0 commit comments

Comments
 (0)