workflow: update github action

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-07-02 13:14:08 -04:00
parent 6e6b38b384
commit 923636f0d9

View file

@ -8,16 +8,17 @@ jobs:
env:
MACHINE: hydrogen
steps:
- name: Setup Go 1.16
- name: Setup Go 1.19
id: go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.19'
- name: Setup Tailscale
id: tailscale
uses: tailscale/tailscale-deploy-github@v1
uses: tailscale/github-action@v2
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
- name: Add SSH key
id: ssh
env: