Skip to content

Commit

Permalink
fix: Correctly install Go in Github Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen committed Sep 24, 2024
1 parent 876f7dd commit a9024a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skeletor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/checkout@v4
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit a9024a0

Please sign in to comment.