Commit f73ca37

Eric Bower  ·  2025-05-24 13:09:09 -0400 EDT
parent 6f94c46
chore: use latest golangci action
1 files changed,  +1, -1
M .github/actions/test/action.yml
+1, -1
1@@ -10,7 +10,7 @@ runs:
2       with:
3         go-version: 1.24
4     - name: Lint the codebase
5-      uses: golangci/golangci-lint-action@v3
6+      uses: golangci/golangci-lint-action@v8
7       with:
8         version: latest
9     - name: Run tests