From 5a65b3c961447f7f225a7fc155bf273dba1dc0b4 Mon Sep 17 00:00:00 2001 From: zhangchao Date: Thu, 31 Oct 2024 19:54:11 +0800 Subject: [PATCH] change version --- .gitea/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 61ced11..67f7fee 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -13,7 +13,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Set up Go - uses: https://gitea.com/actions/setup-go@v4 + uses: https://gitea.com/actions/setup-go@v3 with: go-version: 1.21 @@ -32,7 +32,7 @@ jobs: uses: https://gitea.com/actions/checkout@v4 - name: Set up Docker Buildx - uses: https://gitea.com/docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v3 - name: Build Docker image run: |