fix: update workflow file
Some checks failed
Go CI Pipeline / ci (push) Failing after 19s

This commit is contained in:
Patryk Hegenberg 2025-06-04 13:52:48 +02:00
parent 778970d28d
commit 43deb72b2d
2 changed files with 10 additions and 5 deletions

View file

@ -18,10 +18,15 @@ jobs:
- name: Get dependencies
run: go mod tidy
- name: Lint code
run: |
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
golangci-lint run
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v2-latest
# - name: Lint code
# run: |
# go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# golangci-lint run
- name: Run tests
run: go test -v ./...