From c610079e1d609964a370c06dc212b20b21aaabb5 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Sat, 1 May 2021 11:12:39 +0200 Subject: [PATCH] feat: set the minimum Go version to go1.15 (#1926) --- .github/workflows/pr.yml | 1 - go.mod | 2 +- scripts/gen_github_action_config/go.mod | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 24376ba929c1..9b98ca192452 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -66,7 +66,6 @@ jobs: strategy: matrix: golang: - - 1.14 - 1.15 - 1.16 steps: diff --git a/go.mod b/go.mod index 9341d8adab72..15d0bbc4d1be 100644 --- a/go.mod +++ b/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 diff --git a/scripts/gen_github_action_config/go.mod b/scripts/gen_github_action_config/go.mod index d209a1903237..76f8176db5d0 100644 --- a/scripts/gen_github_action_config/go.mod +++ b/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