Skip to content

Commit 2c67e4f

Browse files
committed
fix: Correctly install Go in Github Actions
1 parent e85a0e9 commit 2c67e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/skeletor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Install Go
22-
uses: actions/checkout@v4
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version-file: go.mod
2525
cache: true

0 commit comments

Comments
 (0)