Removing the Download Go Dependencies step from the build workflow

This commit is contained in:
Phil Kedy 2021-04-22 13:25:29 -04:00
parent 7ec47083dd
commit 8fd8f095ba
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ jobs:
go-version: ${{ env.GOVER }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Download Go dependencies
if: matrix.target_arch != 'arm'
run: |
go mod download
- name: Run golangci-lint
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
uses: golangci/golangci-lint-action@v2.2.1