We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f77be commit c386c36Copy full SHA for c386c36
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
20
- name: Setup go
21
uses: actions/setup-go@v5
22
+ with:
23
+ go-version-file: ./go.mod
24
25
- name: Run lints
26
run: ./scripts/lint
@@ -32,6 +34,8 @@ jobs:
32
34
33
35
36
37
38
39
40
- name: Bootstrap
41
run: ./scripts/bootstrap
go.mod
@@ -1,6 +1,6 @@
1
module github.com/anthropics/anthropic-sdk-go
2
3
-go 1.19
+go 1.21
4
5
require (
6
cloud.google.com/go/auth v0.7.2 // indirect
0 commit comments