Skip to content

Commit c610079

Browse files
authored
feat: set the minimum Go version to go1.15 (#1926)
1 parent 92fda26 commit c610079

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
strategy:
6767
matrix:
6868
golang:
69-
- 1.14
7069
- 1.15
7170
- 1.16
7271
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a

scripts/gen_github_action_config/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
22

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/shurcooL/githubv4 v0.0.0-20200627185320-e003124d66e4

0 commit comments

Comments
 (0)