From bb60cde0924fe1d0d6bc8262e65912c17986192c Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Thu, 7 Apr 2022 17:41:53 +0300 Subject: [PATCH] ci: removed deprecated option --- .github/workflows/pipeline.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6929aa85..c15757ef 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -30,9 +30,6 @@ jobs: # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true - # Optional: if set to true then the action will use pre-installed Go. - skip-go-installation: true - # Optional: if set to true then the action don't cache or restore ~/go/pkg. # skip-pkg-cache: true