From 0c3e2d8201145edd3b65a3ec4b7a9962d16e55ac Mon Sep 17 00:00:00 2001 From: Matt Malec Date: Fri, 12 Apr 2024 13:24:06 -0400 Subject: [PATCH] fix: add toolchain version --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 3cd60d2..1129470 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/ourzora/go-ds-s3 go 1.21 +toolchain go1.21.1 + require ( github.com/aws/aws-sdk-go v1.45.24 github.com/ipfs/go-datastore v0.6.0