summaryrefslogtreecommitdiffstats
path: root/.circleci
AgeCommit message (Collapse)Author
2019-10-26Upgrade to go v1.13Rui Chen
2019-09-15force underlying go commands under gox to use the vendor directoryJesse Duffield
2019-09-01adjust CI to Go modulesDawid Dziurla
relatively brought in line with lazydocker's config
2019-03-23push codecov result before compiling on all platformsJesse Duffield
2019-03-22remove go modulesJesse Duffield
Perhaps one day we'll revisit this, but right now supporting go modules is just a headache. Dep does everything we need and it's really easy to work with, and given that supporting both simultaneously is too cumbersome, and I'm too lazy to make the switch to go modules properly, I'm sticking with go dep for now.
2019-03-05bump go version in CIv0.7.2Jesse Duffield
2018-09-16circle : remove new lineAnthony HAMON
2018-09-16circle : kill old cacheAnthony HAMON
2018-09-09add go.sumAnthony HAMON
2018-09-07add go.modantham
2018-09-05update cache path in circleciAnthony HAMON
2018-08-29add cache based on Gopkg.lock checksumAnthony HAMON
2018-08-26increase parallel buildAnthony HAMON
2018-08-26add gofmt to circleAnthony HAMON
2018-08-26add circleci cacheAnthony HAMON
2018-08-26exclude darwin arm from buildingAnthony HAMON
2018-08-26exclude openbsd cause of go-git bugs on this platformantham
2018-08-26add compile step in circleciantham
2018-08-21remove org-global context in circle ci configv0.1.78Jesse Duffield
2018-08-19update circleciAnthony HAMON
* define release worflow when a tag is created * add dep install * run tests with coverage * add goreleaser
2018-08-18run codecov report after other commands on circle ciJesse Duffield
2018-08-16add circle ci configJesse Duffield