Skip to content

Commit

Permalink
github: pushup needs go > 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmith committed Oct 20, 2022
1 parent 76e6d72 commit 87fefef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
workflow: go.yml
- name: Set Pushup exe perms
run: chmod +x pushup
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build the Pushup site
run: ../pushup build
working-directory: ./docs
Expand Down

0 comments on commit 87fefef

Please sign in to comment.