Commit 779bc61b authored by Svetomir Smiljkovic's avatar Svetomir Smiljkovic

Remove quotes from versions

parent 3aee82da
......@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ['1.13', '1.x']
go: [1.13, 1.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Setup Go
......
......@@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.13'
go-version: 1.13
- name: Checkout
uses: actions/checkout@v2
- name: Run GoReleaser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment