Skip to content

Commit e3fbcc2

Browse files
authored
Merge pull request #21 from tri-adam/codecov-orb
CI Tweaks
2 parents fe8ecf0 + 9f870e1 commit e3fbcc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codecov: codecov/[email protected].4
4+
codecov: codecov/[email protected].5
55

66
defaults: &defaults
77
working_directory: /src
@@ -57,7 +57,7 @@ jobs:
5757
- go-mod-{{ checksum "go.sum" }}
5858
- run:
5959
name: Install golangci-lint
60-
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
60+
command: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
6161
- run:
6262
name: Check for Lint
6363
command: golangci-lint run

0 commit comments

Comments
 (0)