chore(ci): update golangci-lint and fix script paths
Some checks failed
Build and test / Build (pull_request) Successful in 10s
Build and test / Lint (pull_request) Failing after 13s
Build and test / Test (Linux) (pull_request) Failing after 1m13s

- 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
This commit is contained in:
juanarias8
2026-03-10 20:35:56 -05:00
parent 9a3d863696
commit ed00c24506
3 changed files with 8 additions and 9 deletions

View File

@@ -43,10 +43,9 @@ jobs:
run: go mod download
- name: Lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
install-mode: goinstall
version: v1.64.8
version: v2.1.6
test-linux:
name: Test (Linux)