We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e11a08 commit 0f3f9efCopy full SHA for 0f3f9ef
.github/workflows/pr.yml
@@ -35,6 +35,7 @@ jobs:
35
version: latest
36
# skip cache because of flaky behaviors
37
skip-build-cache: true
38
+ skip-pkg-cache: true
39
40
tests-on-windows:
41
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
go.mod
@@ -48,7 +48,7 @@ require (
48
github.com/mattn/go-colorable v0.1.8
49
github.com/mbilski/exhaustivestruct v1.2.0
50
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
51
- github.com/mgechev/revive v1.0.5
+ github.com/mgechev/revive v1.0.6
52
github.com/mitchellh/go-homedir v1.1.0
53
github.com/mitchellh/go-ps v1.0.0
54
github.com/moricho/tparallel v0.2.1
go.sum
0 commit comments