Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 6023fdd

Browse files
committed
fix lint ci
1 parent 88dc49d commit 6023fdd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go.yml

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
uses: actions/setup-go@v2
1818
with:
1919
go-version: 1.17
20-
- name: Set up Rust
21-
uses: stellar/actions/rust-cache@main
22-
- name: Add wasm32 rust target
23-
run: rustup update && rustup target add wasm32-unknown-unknown
24-
- name: Generate
25-
run: go generate ./...
2620
- name: golangci-lint
2721
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
2822
with:

0 commit comments

Comments
 (0)