From 358794c9f16c96dd0621b38fc5573c67d5bd5a89 Mon Sep 17 00:00:00 2001 From: Antonio Mika Date: Fri, 10 Nov 2023 12:56:56 -0500 Subject: [PATCH] Change to 1.21 for static site builder --- .github/workflows/pgs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pgs.yml b/.github/workflows/pgs.yml index b7ce9814..3e1c29c7 100644 --- a/.github/workflows/pgs.yml +++ b/.github/workflows/pgs.yml @@ -16,7 +16,7 @@ jobs: run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.21' - name: build pgs site run: make pgs-static pgs-site - name: publish to pgs