From 4e819eb5d90b0c709244ddd154149374e0324816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:44:02 +0800 Subject: [PATCH] fix ci --- .github/workflows/pull.yml | 3 --- .github/workflows/push.yml | 2 -- .golangci.yml | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index ef4a65fa..f1b99554 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -25,9 +25,6 @@ jobs: # Optional: golangci-lint command line arguments. # args: --issues-exit-code=0 - # Optional: if set to true then the action will use pre-installed Go. - skip-go-installation: true - # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a66debe7..e7eb1571 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,8 +18,6 @@ jobs: with: version: latest args: --issues-exit-code=0 - # Optional: if set to true then the action will use pre-installed Go. - skip-go-installation: true - name: Commit back continue-on-error: true run: | diff --git a/.golangci.yml b/.golangci.yml index 182d0ee8..f0bf2394 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -62,6 +62,7 @@ run: tests: false skip-dirs: - order + go: '1.18' # output configuration options output: