mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
.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:
parent
7f0fcf8571
commit
29fa8c17d2
2
.github/workflows/vm.yml
vendored
2
.github/workflows/vm.yml
vendored
@ -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…
x
Reference in New Issue
Block a user