1 Commits

Author SHA1 Message Date
juanarias8
3fab7ba9a4 chore(ci): update golangci-lint and fix script paths
Some checks failed
Build and test / Build (pull_request) Successful in 12s
Build and test / Lint (pull_request) Failing after 1m17s
Build and test / Test (Linux) (pull_request) Successful in 52s
- bump golangci-lint-action to v7 and version to v2.1.6
- correct directory paths in `smoke_test.sh`
- update `test` and `test-ci` targets in Makefile
2026-03-10 23:53:57 -05:00

View File

@@ -42,11 +42,13 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Install golangci-lint
run: GOTOOLCHAIN=local go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.6
- name: Lint
run: golangci-lint run --allow-parallel-runners
uses: golangci/golangci-lint-action@v7
with:
version: v2.1.6
install-mode: goinstall
env:
GOTOOLCHAIN: local
test-linux:
name: Test (Linux)