scorecard/.github
naveensrinivasan 761bb4e4b3 🌱 Fixes the golang version
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 <172697+naveensrinivasan@users.noreply.github.com>
2022-04-05 14:45:31 -05:00
..
ISSUE_TEMPLATE Update issue templates (#235) 2021-03-04 03:30:32 +00:00
workflows 🌱 Fixes the golang version 2022-04-05 14:45:31 -05:00
CODEOWNERS Update CODEOWNERS (#1701) 2022-03-02 16:21:38 +00:00
dependabot.yml 🌱 Included dependabot setting for tools 2022-01-26 18:20:31 -06:00
PULL_REQUEST_TEMPLATE.md Refine copy for PR template and add a release-note code fence (#1678) 2022-02-24 22:37:34 -05:00