fixing
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user