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

This commit is contained in:
sam
2024-08-22 00:59:57 -07:00
parent 38ef55e463
commit c5dde2ab43
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
version: v1.60.2
-
name: Run tests
run: go test ./...