fix typo and remove DS_Store

This commit is contained in:
Yongwei Xing 2021-03-04 16:35:21 +08:00
parent ec6bf1cf83
commit 2675048990
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -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 ./...