Also update golangci-lint.
All checks were successful
Build & Test / Main (push) Successful in 19s
Release / Release (push) Successful in 24s

This commit is contained in:
Sam Fredrickson 2024-09-09 23:55:04 -07:00
parent 2c8e198163
commit 0f4e9f4c41

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.56 version: v1.61
- -
name: Run tests name: Run tests
run: go test ./... run: go test ./...