From 7272e035d98a4d87e91cbdb0de840f539ddef8e7 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 22 Mar 2022 18:41:26 -0400 Subject: [PATCH] ci: remove fetch-depth 0 setting for checkout --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc5e0f2..b47706e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: