Skip to content

Commit

Permalink
Add setup-go to static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Aug 15, 2024
1 parent ebe1f7a commit aeff634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Generate coverage and badge
run: |
./ci/test.sh
Expand Down

0 comments on commit aeff634

Please sign in to comment.