repos / pico

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

commit
7deb53b
parent
3e8759a
author
Eric Bower
date
2023-08-17 12:36:07 -0400 EDT
fix: use go1.21 in CI
1 files changed,  +1, -1
M .github/workflows/build.yml
+1, -1
1@@ -27,7 +27,7 @@ jobs:
2     - name: Set up Go
3       uses: actions/setup-go@v3
4       with:
5-        go-version: 1.19
6+        go-version: 1.21
7     - name: Checkout repo
8       uses: actions/checkout@v3
9     - name: Lint the codebase