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: env:
MACHINE: hydrogen MACHINE: hydrogen
steps: steps:
- name: Setup Go 1.16 - name: Setup Go 1.19
id: go id: go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '^1.16' go-version: '^1.19'
- name: Setup Tailscale - name: Setup Tailscale
id: tailscale id: tailscale
uses: tailscale/tailscale-deploy-github@v1 uses: tailscale/github-action@v2
with: with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }} oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
- name: Add SSH key - name: Add SSH key
id: ssh id: ssh
env: env: