Skip to content
Snippets Groups Projects
Unverified Commit 9cf0d95f authored by Will McCutchen's avatar Will McCutchen Committed by GitHub
Browse files

Update test matrix and fix deploy action (#70)

parent b42779a2
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
- name: Checkout
uses: actions/checkout@v2
......@@ -46,9 +46,9 @@ jobs:
strategy:
matrix:
go_version:
- '1.13'
- '1.14'
- '1.15'
- '1.16'
steps:
- name: Setup
......@@ -76,7 +76,7 @@ jobs:
- name: Notify start
id: deployment
uses: bobheadxi/deployments@v0.4.2
uses: bobheadxi/deployments@v0.6.1
with:
step: start
token: ${{ secrets.GITHUB_TOKEN }}
......@@ -91,7 +91,7 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- name: Notify finish
uses: bobheadxi/deployments@v0.4.2
uses: bobheadxi/deployments@v0.6.1
with:
step: finish
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment