From f58f055eb2e126d085dfe57d4a9bda6eae9b230f Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 8 Mar 2024 23:44:28 +0100 Subject: [PATCH] Patch website.yml Signed-off-by: Eric Cornelissen --- .github/workflows/website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 58c82bd..c1af777 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,6 +17,10 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: persist-credentials: false + - name: Install Go + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + with: + go-version-file: go.mod - name: Build run: | cd web