.github: revert dependabot change for vm builder

In a56520c3c7f12c2d060f7ce9b561142af1dbc5c4 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>
This commit is contained in:
David Crawshaw 2021-09-27 13:58:21 -07:00 committed by David Crawshaw
parent 7f0fcf8571
commit 29fa8c17d2

View File

@ -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