update action version
Some checks failed
Go Action / lint (push) Has been cancelled
Go Action / lint (pull_request) Has been cancelled

This commit is contained in:
2025-12-23 21:13:01 +03:00
parent 1637fb5119
commit 893a0be43a

View File

@@ -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 ./...