From 2366f2a2c7701efeca26cff2643a4691cb106a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 17 Oct 2024 23:33:04 +0700 Subject: [PATCH] fixed workflow --- .gitea/workflows/golangci-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/golangci-lint.yaml b/.gitea/workflows/golangci-lint.yaml index cb90cd8..a767b2d 100644 --- a/.gitea/workflows/golangci-lint.yaml +++ b/.gitea/workflows/golangci-lint.yaml @@ -13,7 +13,7 @@ jobs: - name: check-out uses: https://gitea.com/actions/checkout@v4 - name: set-up go - uses: https://gitea.com/actions/setup-go@v5 + uses: https://gitea.com/actions/setup-go@v3 with: go-version: ${{ matrix.go }} - name: lint