Skip to content

Commit c386c36

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: bump Go to v1.21 (#7)
1 parent b3f77be commit c386c36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Setup go
2121
uses: actions/setup-go@v5
22+
with:
23+
go-version-file: ./go.mod
2224

2325
- name: Run lints
2426
run: ./scripts/lint
@@ -32,6 +34,8 @@ jobs:
3234

3335
- name: Setup go
3436
uses: actions/setup-go@v5
37+
with:
38+
go-version-file: ./go.mod
3539

3640
- name: Bootstrap
3741
run: ./scripts/bootstrap

go.mod

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

3-
go 1.19
3+
go 1.21
44

55
require (
66
cloud.google.com/go/auth v0.7.2 // indirect

0 commit comments

Comments
 (0)