ci: remove fetch-depth 0 setting for checkout

pull/128/head
TorchedSammy 2022-03-22 18:41:26 -04:00
parent 8a215ad742
commit 7272e035d9
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 2 additions and 4 deletions

View File

@ -12,16 +12,14 @@ jobs:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
exclude:
- goarch: "386"
goos: darwin
goos: darwin
- goarch: arm64
goos: windows
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with: