Revert os/go version to fit in github pop-up

This commit is contained in:
Thomas Pelletier
2021-03-25 21:16:31 -04:00
parent 47611ff9ea
commit 3f23ab97e0
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
go: [ '1.15', '1.16' ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}/${{ matrix.go }}
name: ${{ matrix.go }}/${{ matrix.os }}
steps:
- uses: actions/checkout@master
- name: Setup go ${{ matrix.go }}