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
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- name: Setup - name: Setup
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.16' go-version: '1.17'
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
...@@ -46,9 +46,9 @@ jobs: ...@@ -46,9 +46,9 @@ jobs:
strategy: strategy:
matrix: matrix:
go_version: go_version:
- '1.13'
- '1.14' - '1.14'
- '1.15' - '1.15'
- '1.16'
steps: steps:
- name: Setup - name: Setup
...@@ -76,7 +76,7 @@ jobs: ...@@ -76,7 +76,7 @@ jobs:
- name: Notify start - name: Notify start
id: deployment id: deployment
uses: bobheadxi/deployments@v0.4.2 uses: bobheadxi/deployments@v0.6.1
with: with:
step: start step: start
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
...@@ -91,7 +91,7 @@ jobs: ...@@ -91,7 +91,7 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
- name: Notify finish - name: Notify finish
uses: bobheadxi/deployments@v0.4.2 uses: bobheadxi/deployments@v0.6.1
with: with:
step: finish step: finish
deployment_id: ${{ steps.deployment.outputs.deployment_id }} 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