Skip to content

Commit

Permalink
fix: remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Jul 9, 2024
1 parent e17f034 commit 5cccff6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ export async function goInstall(versionConfig: VersionConfig): Promise<string> {
const bres = await execShellCommand(`cd gno/gnovm && make build`)
printOutput(bres)

const options: ExecOptions = { env: { ...process.env, CGO_ENABLED: "1" } }

const exres = await execShellCommand(
`go install github.com/golangci/golangci-lint/cmd/golangci-lint@${versionConfig.TargetVersion}`,
options
)
printOutput(exres)

const res = await execShellCommand("go env GOPATH")
printOutput(res)

Expand Down

0 comments on commit 5cccff6

Please sign in to comment.