From aeff634d43162cdc5fe5ffb2ad54003b892f104c Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 15 Aug 2024 18:57:47 +0000 Subject: [PATCH] Add setup-go to static.yml --- .github/workflows/static.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index dcde3c4b..bbc03b39 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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