Skip to content

Commit 7ad9019

Browse files
authored
Workaround error: panic: load embedded ruleguard rules: rules/rules.go:13: can't load fmt. (#27)
Proposed workaround: golangci/golangci-lint#2673 (comment)
1 parent 49d9232 commit 7ad9019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks.bitrise.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ workflows:
4646
- content: |-
4747
#!/bin/env bash
4848
set -xeo pipefail
49+
export GOROOT=$(go env GOROOT)
4950
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.3
5051
golangci-lint run --timeout 5m
5152

0 commit comments

Comments
 (0)