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
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Build
run: go build -v ./*
run: go build -v ./*.go
- name: Test
run: go test -v ./...