Enclose Go Version in Workflow File

There is a bug that github workflow will parse go version 1.20 as
go version 1.2 unless we enclose the version num as string.
See details here:
https://github.com/onsi/ginkgo/issues/1169#issuecomment-1483839892

This issue is blocking our presubmit and we cannot merge the dep
update CLs anymore. This patch fix the issue.
2 files changed
tree: 2a2425052c2aa26bfcf99e22633523c8b1e3a1a7
  1. .bazelci/
  2. .githooks/
  3. .github/
  4. external/
  5. go/
  6. .bazelversion
  7. .gitignore
  8. .golangci.yml
  9. AUTHORS
  10. BUILD.bazel
  11. check-gofmt.sh
  12. check-golint.sh
  13. CONTRIBUTING.md
  14. CONTRIBUTORS
  15. go.mod
  16. go.sum
  17. go_deps.bzl
  18. LICENSE
  19. README.md
  20. setup-githooks.sh
  21. WORKSPACE
README.md

Remote Execution API SDKs

CI status: Build Status

PkgGoDev

This repository contains SDKs for the Remote Execution API.

See each language subdirectory's README.md for more specific instructions on using the SDK for that language.