Fix go build parentheses

This commit is contained in:
Martin Šalata
2021-04-02 22:48:10 +02:00
parent efeb131dd1
commit 9e86a2da44

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.0
go-version: '1.15.0'
- name: Setup make
run: |