master
李光春 2 years ago
parent fe91ef400c
commit e2a2df61c8

@ -3,9 +3,15 @@ type: docker
name: clone
steps:
- name: test-golang
- name: Test
image: golang:1.18
commands:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -v ./...
- go test -v ./...
- name: Benchmark
image: golang:1.18
commands:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -bench=. -benchmem

@ -1,3 +1,3 @@
package goverify
const Version = "1.0.2"
const Version = "1.0.3"

Loading…
Cancel
Save