Skip to content

Commit

Permalink
chore: bump Go to v1.21 (openai#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 12, 2024
1 parent 88cff57 commit e4c3228
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod

- name: Run lints
run: ./scripts/lint
Expand All @@ -32,6 +34,8 @@ jobs:

- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod

- name: Bootstrap
run: ./scripts/bootstrap
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/openai/openai-go

go 1.19
go 1.21

require (
github.com/google/uuid v1.3.0 // indirect
Expand Down

0 comments on commit e4c3228

Please sign in to comment.