Skip to content

Commit

Permalink
Update go.mod to use go 1.18 instead of go 1.22 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepyadav-lt authored Apr 17, 2024
2 parents 54728d6 + 9552d8f commit ad961e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/sky-dtu/go-anthropic

go 1.22
go 1.18

require github.com/pkg/errors v0.9.1

0 comments on commit ad961e1

Please sign in to comment.