Skip to content

Commit

Permalink
chore(turbo): delete Go related release code and config (#7205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Feb 2, 2024
1 parent 8445cfe commit b1001d1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 59 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -846,9 +846,8 @@ jobs:

- name: Lint
# Filters some workspaces out:
# - `cli` because it runs golangci-lint and this Job doesn't have all the dependencies for that.
# - Other `@vercel/*` packages because ??
run: turbo run lint --filter=!cli --filter=!@vercel/devlow-bench --filter=!@vercel/experimental-nft-next-plugin --filter=!@vercel/experimental-nft-next-plugin --filter=!turbopack-bump-action --filter=!next-integration-stat --env-mode=strict
run: turbo run lint --filter=!@vercel/devlow-bench --filter=!@vercel/experimental-nft-next-plugin --filter=!@vercel/experimental-nft-next-plugin --filter=!turbopack-bump-action --filter=!next-integration-stat --env-mode=strict
env:
EXPERIMENTAL_RUST_CODEPATH: true

Expand Down
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
],
"eslint.workingDirectories": [{ "mode": "auto" }],
"debug.javascript.unmapMissingSources": true,
"go.lintTool": "golangci-lint",
"go.buildTags": "rust",
"files.associations": {
"libturbo.h": "c",
"turbo.json": "jsonc"
Expand Down
32 changes: 0 additions & 32 deletions cli/.golangci.yml

This file was deleted.

17 changes: 0 additions & 17 deletions cli/build_go.bat

This file was deleted.

6 changes: 0 additions & 6 deletions cli/build_turbo.bat

This file was deleted.

0 comments on commit b1001d1

Please sign in to comment.