Commit a9093928 authored by ztelur's avatar ztelur

improve ci go version(go version in go.mod not change)

parent a7120c99
......@@ -19,7 +19,7 @@ jobs:
os:
- ubuntu-latest
go_version:
- 1.13
- 1.15
env:
DING_TOKEN: ${{ secrets.DING_TOKEN }}
DING_SIGN: ${{ secrets.DING_SIGN }}
......
language: go
go:
- "1.13.x"
- "1.15.x"
script:
- go fmt ./... && [[ -z `git status -s` ]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment