Commit 2ec28b6
Eric Bower
·
2023-08-13 15:41:04 -0400 EDT
parent bb9f67c
chore: use go install gha
1 files changed,
+1,
-2
+1,
-2
1@@ -16,8 +16,7 @@ jobs:
2 go-version: '1.20'
3 - name: install pgit
4 run: |
5- go get github.com/picosh/pgit
6- go install github.com/picosh/pgit
7+ go install github.com/picosh/pgit@latest
8 - name: generate site
9 run: |
10 pgit \