Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the minimum Go version to build the binary to go1.15 #1926

Merged
merged 1 commit into from May 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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