bsycorp / inkfish

A forward proxy for machines, with access control lists
Apache License 2.0
16 stars 4 forks source link

Migrate from travis to github actions. #26

Closed mengxuzhao closed 2 years ago

mengxuzhao commented 2 years ago

Fix CA issue during go mod download - `go: gopkg.in/check.v1@v1.0.0-20190902080502-41f04d3bba15: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /go/pkg/mod/cache/vcs/7e5fa1eab4705eb80c9746632736cea906708d060702d529df6241d1c8c2c9f9: exit status 128:

14 6.218 fatal: unable to access 'https://gopkg.in/check.v1/': server certificate verification failed. CAfile: none CRLfile: none`

Add workflow yaml for build and release on new tag creation.