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: