Skip to content

Commit aeff634

Browse files
committed
Add setup-go to static.yml
1 parent ebe1f7a commit aeff634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
uses: actions/checkout@v4
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v5
29+
- name: Setup Go
30+
uses: actions/setup-go@v5
31+
with:
32+
go-version-file: ./go.mod
2933
- name: Generate coverage and badge
3034
run: |
3135
./ci/test.sh

0 commit comments

Comments
 (0)