From fce45118eee3ac9e13806dec5511f89aabd5aab1 Mon Sep 17 00:00:00 2001 From: Helio Machado <11387611+0x2b3bfa0@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:42:25 +0200 Subject: [PATCH] .github/workflows: fix actions/setup-go cache (#622) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc687bd..ba7432b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,14 @@ jobs: - {GOOS: windows, GOARCH: amd64} - {GOOS: freebsd, GOARCH: amd64} steps: - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version: 1.x - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version: 1.x - name: Build binary run: | cp LICENSE "$RUNNER_TEMP/LICENSE"