Skip to content

Commit

Permalink
Merge pull request #75 from cpuguy83/Fix-go-versions-ci
Browse files Browse the repository at this point in the history
Fix go version var in ci yaml
  • Loading branch information
cpuguy83 committed Jul 16, 2021
2 parents ed62554 + df89e5f commit b1ec32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
strategy:
matrix:
go-versions: [1.13.x, 1.15.x, 1.16.x]
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit b1ec32e

Please sign in to comment.