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 f566ef6 commit 4f2c9b7Copy full SHA for 4f2c9b7
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
# must be same as official ipfs builds. See distributions/.tool-versions
10
- GO_VERSION: "1.24.0"
+ GO_VERSION: "1.23.6"
11
12
jobs:
13
build-artifacts:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ipfs/go-ds-s3
2
3
-go 1.23.0
+go 1.23.6
4
5
require (
6
github.com/aws/aws-sdk-go v1.55.6
0 commit comments