Skip to content

Commit

Permalink
test go1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp committed Apr 25, 2021
1 parent f6c20c3 commit 5c4543b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ['1.14', '1.x']
# Locked at https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
os:
- ubuntu-20.04
Expand All @@ -21,11 +22,12 @@ jobs:
defaults:
run:
shell: bash
name: ${{ matrix.go }} on ${{ matrix.os }}
steps:

- uses: actions/setup-go@v2
with:
go-version: 1.x
go-version: ${{ matrix.go }}

- id: go-cache-paths
run: |
Expand Down

0 comments on commit 5c4543b

Please sign in to comment.