You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .circleci/config.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ jobs:
16
16
- run: git update-index --assume-unchanged go.mod
17
17
- run: git update-index --assume-unchanged go.sum
18
18
- run: if [[ -n $(git status --porcelain) ]]; then echo "Git repo is dirty after runing go generate -- please don't modify generated files"; echo $(git diff);echo $(git status --porcelain); exit 1; fi
0 commit comments