We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fda26 commit c610079Copy full SHA for c610079
.github/workflows/pr.yml
@@ -66,7 +66,6 @@ jobs:
66
strategy:
67
matrix:
68
golang:
69
- - 1.14
70
- 1.15
71
- 1.16
72
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/golangci/golangci-lint
2
3
-go 1.14
+go 1.15
4
5
require (
6
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
scripts/gen_github_action_config/go.mod
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4
0 commit comments