From f0c76b1114125bff0e02311fc8d8ddd27e748c86 Mon Sep 17 00:00:00 2001 From: Bad Date: Sat, 30 Nov 2024 22:20:09 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3fa8fadd..a866a823 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,8 +11,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Setup GO - uses: actions/setup-go@v5 + + - uses: actions/setup-go@v5 + with: + go-version: '1.23.3' - name: Install build-essentials run: apt install build-essential