Skip to content

Commit

Permalink
update gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegrantlucas committed Feb 28, 2024
1 parent b84fcaf commit 5ecdbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.17.0
go-version: 1.22.0
- name: Install resume-exporter
run: go install github.com/kylegrantlucas/resume-exporter@latest
- name: Checkout repository
Expand Down

0 comments on commit 5ecdbd1

Please sign in to comment.