-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hopefully this fixes the make linter failures https://github.com/ossf/scorecard/runs/5834278035?check_suite_focus=true I noticed while trying to debug , which was using go 1.18 in the workflow log. Which made me decide to pin it to specific version of go 1.17.7 ``` go env -w GOFLAGS=-mod=mod make check-linter shell: /usr/bin/bash -e {0} env: PROTOC_VERSION: 3.17.3 GOROOT: /opt/hostedtoolcache/go/1.18.0/x64 ``` Signed-off-by: naveensrinivasan <[email protected]>
- Loading branch information
1 parent
b42a175
commit 761bb4e
Showing
2 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters