Skip to content

Commit

Permalink
feat: set the minimum Go version to go1.15 (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 1, 2021
1 parent 92fda26 commit c610079
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Expand Up @@ -66,7 +66,6 @@ jobs:
strategy:
matrix:
golang:
- 1.14
- 1.15
- 1.16
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.14
go 1.15

require (
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_github_action_config/go.mod
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config

go 1.14
go 1.15

require (
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4
Expand Down

0 comments on commit c610079

Please sign in to comment.