This commit is contained in:
2019-09-18 00:47:59 +02:00
parent 5c0b0f7b60
commit 35c2457ec1

View File

@@ -10,8 +10,8 @@ jobs:
steps:
- name: Setup Go for use with actions
uses: actions/setup-go@v1.0.0
with:
go-version: '1.13' # The Go version to download (if necessary) and use.
with:
go-version: '1.13' # The Go version to download (if necessary) and use.
- name: Building
run: go build .
- name: Testing