Skip to content

Commit

Permalink
chore(ci): update CI go version (#63)
Browse files Browse the repository at this point in the history
* update ci

* fixup

* fixup
  • Loading branch information
leohhhn authored Oct 4, 2024
1 parent 586fd59 commit 454a0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: "1.20.x"
go-version: "1.22.x"

- run: go install golang.org/x/tools/cmd/present
- run: go install ./cmd/reveal
Expand Down

0 comments on commit 454a0a5

Please sign in to comment.