fix typo and remove DS_Store
This commit is contained in:
parent
ec6bf1cf83
commit
2675048990
2 changed files with 2 additions and 2 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -16,10 +16,10 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.15
|
go-version: 1.16
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./*
|
run: go build -v ./*.go
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue