Skip to content

Commit fce4511

Browse files
authored
.github/workflows: fix actions/setup-go cache (#622)
1 parent c3657ac commit fce4511

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- {GOOS: windows, GOARCH: amd64}
2222
- {GOOS: freebsd, GOARCH: amd64}
2323
steps:
24-
- name: Install Go
25-
uses: actions/setup-go@v5
26-
with:
27-
go-version: 1.x
2824
- name: Checkout repository
2925
uses: actions/checkout@v4
3026
with:
3127
fetch-depth: 0
28+
- name: Install Go
29+
uses: actions/setup-go@v5
30+
with:
31+
go-version: 1.x
3232
- name: Build binary
3333
run: |
3434
cp LICENSE "$RUNNER_TEMP/LICENSE"

0 commit comments

Comments
 (0)