Removing the Download Go Dependencies step from the build workflow
This commit is contained in:
parent
7ec47083dd
commit
8fd8f095ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue