Skip to content

Commit

Permalink
.github/workflows: Update Go version to match binary builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 21, 2024
1 parent 36e5070 commit 0d14388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
# Keep this in sync with
# https://github.com/elves/up/blob/master/Dockerfile
go-version: 1.22.0
go-version: 1.23.0
- name: Build binaries
run: go run ./cmd/elvish ./tools/buildall.elv -name elvish-HEAD -variant official ./cmd/elvish ~/elvish-bin/
- name: Upload binaries
Expand Down

0 comments on commit 0d14388

Please sign in to comment.