Update golangci-lint in build workflow.
All checks were successful
Build & Test / Main (push) Successful in 7s

This commit is contained in:
Sam Fredrickson 2024-08-22 00:59:57 -07:00
parent 38ef55e463
commit c5dde2ab43

View File

@ -22,7 +22,7 @@ jobs:
name: Run linter name: Run linter
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.54 version: v1.60.2
- -
name: Run tests name: Run tests
run: go test ./... run: go test ./...