From 893a0be43ac3aeb5eab67357f575b00bfe26a895 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 23 Dec 2025 21:13:01 +0300 Subject: [PATCH] update action version --- .gitea/workflows/goaction.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/goaction.yml b/.gitea/workflows/goaction.yml index 5e943af..5d12b1b 100644 --- a/.gitea/workflows/goaction.yml +++ b/.gitea/workflows/goaction.yml @@ -15,12 +15,12 @@ jobs: go-version: '1.25.5' # Specify your required Go version - name: Run golangci-lint - uses: golangci/golangci-lint-action@v3 # Use the golangci-lint action + uses: golangci/golangci-lint-action@v8 # Use the golangci-lint action with: version: v2.7.2 # Specify the linter version # Optional: additional arguments args: --verbose - - name: Test with the Go CLI + - name: Run go test run: go test ./...