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 - name: Get dependencies
run: go mod tidy run: go mod tidy
- name: Lint code - name: golangci-lint
run: | uses: golangci/golangci-lint-action@v3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest with:
golangci-lint run version: v2-latest
# - name: Lint code
# run: |
# go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
# golangci-lint run
- name: Run tests - name: Run tests
run: go test -v ./... run: go test -v ./...

View file

@ -1,4 +1,4 @@
version: "1" version: "2"
linters: linters:
enable: enable: