Skip to content

Commit

Permalink
Upgrade to Go 1.23 (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt authored Oct 4, 2024
1 parent eb8a5cd commit 02ec29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@v5
with:
go-version: '1.21'
go-version: '1.23'

- name: Install Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/zed-wasm/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module zqjs

go 1.21
go 1.23

require (
github.com/brimdata/zed v1.12.0
Expand Down

0 comments on commit 02ec29d

Please sign in to comment.