Skip to content

Commit

Permalink
Upgrade to Go 1.20 (#2791)
Browse files Browse the repository at this point in the history
This parallels brimdata/zed#4690, which upgrades Zed to Go 1.20.
  • Loading branch information
nwt authored Jun 29, 2023
1 parent 3ffbfab commit d05557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"

- name: Install Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit d05557d

Please sign in to comment.