chore: update config files

pull/177/head
Steven 3 years ago
parent 922cc21abc
commit 20d7112a05

@ -30,12 +30,8 @@ jobs:
go-tests:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18

@ -0,0 +1,4 @@
{
"go.lintOnSave": "workspace",
"go.lintTool": "golangci-lint"
}
Loading…
Cancel
Save