good morning!!!!

Skip to content
Snippets Groups Projects
Commit aeff634d authored by Mathias Fredriksson's avatar Mathias Fredriksson
Browse files

Add setup-go to static.yml

parent ebe1f7a1
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment