Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 7889029

Browse files
author
Aditya Kajla
committed
Upgrade to Go 1.23
1 parent d46f62c commit 7889029

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:
@@ -41,7 +41,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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:

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: workos_cli
23
before:
34
hooks:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/workos/workos-cli
22

3-
go 1.22.2
3+
go 1.23
44

55
require (
66
github.com/charmbracelet/huh v0.5.1

0 commit comments

Comments
 (0)