This repository was archived by the owner on Feb 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22jobs :
3+ lint :
4+ docker :
5+ - image : golangci/golangci-lint:v1.23.8-alpine
6+ steps :
7+ - checkout
8+ - run : golangci-lint run
39 test :
410 docker :
511 - image : circleci/golang:1.13
@@ -24,5 +30,6 @@ workflows:
2430 version : 2
2531 pipeline :
2632 jobs :
33+ - lint
2734 - test
2835 - verify-goreleaser
Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ tools: format-tools lint-tools
1414format-tools :
1515 @go get -u golang.org/x/tools/cmd/goimports
1616
17+ GOLANGCI_VERSION =v1.23.8
18+
1719lint-tools :
18- @curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH ) /bin v1.15.0
20+ @curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH ) /bin ${GOLANGCI_VERSION}
1921
2022COMMIT =` git rev-parse --short HEAD `
2123VERSION =` git describe --always `
Original file line number Diff line number Diff line change 77
88[ ![ GoDoc] ( https://godoc.org/github.com/secrethub/secrethub-cli?status.svg )] [ godoc ]
99[ ![ CircleCI] ( https://circleci.com/gh/secrethub/secrethub-cli.svg?style=shield )] [ circle-ci ]
10- [ ![ GolangCI] ( https://golangci.com/badges/github.com/secrethub/secrethub-cli.svg )] [ golang-ci ]
1110[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/secrethub/secrethub-cli )] [ goreportcard ]
1211[ ![ Version] ( https://img.shields.io/github/release/secrethub/secrethub-cli.svg )] [ latest-version ]
1312[ ![ Discord] ( https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord )] [ discord ]
@@ -101,7 +100,6 @@ Run a single test:
101100[ releases ] : https://github.com/secrethub/secrethub-cli/releases
102101[ latest-version ] : https://github.com/secrethub/secrethub-cli/releases/latest
103102[ godoc ] : http://godoc.org/github.com/secrethub/secrethub-cli
104- [ golang-ci ] : https://golangci.com/r/github.com/secrethub/secrethub-cli
105103[ goreportcard ] : https://goreportcard.com/report/github.com/secrethub/secrethub-cli
106104[ circle-ci ] : https://circleci.com/gh/secrethub/secrethub-cli
107105[ discord ] : https://discord.gg/gyQXAFU
You can’t perform that action at this time.
0 commit comments