From bd0c309b71ad8e4adcc548b587613ae23ba98d2a Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 19 Mar 2023 13:38:39 +0300 Subject: [PATCH] retest Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/pr.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 823b3ade..c9206e9f 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -10,11 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - uses: actions/setup-go - with: - go-version: 1.19 + uses: https://gitea.com/actions/setup-go@v3 - name: checkout - uses: actions/checkout + uses: https://gitea.com/actions/checkout@v3 - name: deps run: go get -v -t -d ./... - name: test