From 9c9ab5850370e49f9b68a7b96bc530c4b90a4c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Jan 2024 10:54:51 +0100 Subject: [PATCH] add go --- .gitea/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index c88c6c5..f88ae2d 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -37,7 +37,7 @@ jobs: hugo-version: '${{ HUGO_VERSION }}' - name: Setup Go - uses: https://github.com/actions/setup-go@v4 + uses: https://github.com/actions/setup-go@v5 with: go-version: '${{ GO_VERSION }}'