Skip to content

Commit

Permalink
Merge pull request #14 from workos/go1.23
Browse files Browse the repository at this point in the history
Upgrade to Go 1.23
  • Loading branch information
akajla09 authored Sep 6, 2024
2 parents d46f62c + 7889029 commit 41c702e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
go-version: "^1.23.0"
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
go-version: "^1.23.0"
cache: false
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go Env
uses: actions/setup-go@v5
with:
go-version: "^1.22.0"
go-version: "^1.23.0"
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: workos_cli
before:
hooks:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/workos/workos-cli

go 1.22.2
go 1.23

require (
github.com/charmbracelet/huh v0.5.1
Expand Down

0 comments on commit 41c702e

Please sign in to comment.