repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
f73ca37
parent
6f94c46
author
Eric Bower
date
2025-05-24 13:09:09 -0400 EDT
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