.github/workflows: fix actions/setup-go cache (#622)

This commit is contained in:
Helio Machado
2025-06-15 20:42:25 +02:00
committed by GitHub
parent c3657aca5c
commit fce45118ee

View File

@@ -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"