Skip to content

Commit

Permalink
Workaround error: `panic: load embedded ruleguard rules: rules/rules.…
Browse files Browse the repository at this point in the history
…go:13: can't load fmt`.

Proposed workaround: golangci/golangci-lint#2673 (comment)
  • Loading branch information
lpusok committed Aug 5, 2022
1 parent 49d9232 commit 0b209b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checks.bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ workflows:
- content: |-
#!/bin/env bash
set -xeo pipefail
export GOROOT=$(go env GOROOT)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.3
golangci-lint run --timeout 5m
Expand Down

0 comments on commit 0b209b9

Please sign in to comment.