.github: revert dependabot change for vm builder

In a56520c3c7 dependabot attempted to bump
the setup-go action version. It appears to work for most builders, but
not the self-hosted VM builder. Revert for now.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
main
David Crawshaw 5 years ago committed by David Crawshaw
parent 7f0fcf8571
commit 29fa8c17d2
  1. 2
      .github/workflows/vm.yml

@ -13,7 +13,7 @@ jobs:
steps:
- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v1
with:
go-version: 1.17
id: go

Loading…
Cancel
Save