This repository was archived by the owner on Feb 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Go Env
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : " ^1.22 .0"
19+ go-version : " ^1.23 .0"
2020 - name : Checkout
2121 uses : actions/checkout@v4
2222 with :
4141 - name : Setup Go env
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : " ^1.22 .0"
44+ go-version : " ^1.23 .0"
4545 cache : false
4646 - name : Checkout
4747 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1111 - name : Setup Go Env
1212 uses : actions/setup-go@v5
1313 with :
14- go-version : " ^1.22 .0"
14+ go-version : " ^1.23 .0"
1515 - name : Checkout
1616 uses : actions/checkout@v4
1717 with :
Original file line number Diff line number Diff line change 1+ version : 2
12project_name : workos_cli
23before :
34 hooks :
Original file line number Diff line number Diff line change 11module github.com/workos/workos-cli
22
3- go 1.22.2
3+ go 1.23
44
55require (
66 github.com/charmbracelet/huh v0.5.1
You can’t perform that action at this time.
0 commit comments