Skip to content

Commit 4f2c9b7

Browse files
committed
same go version as kubo
1 parent f566ef6 commit 4f2c9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# must be same as official ipfs builds. See distributions/.tool-versions
10-
GO_VERSION: "1.24.0"
10+
GO_VERSION: "1.23.6"
1111

1212
jobs:
1313
build-artifacts:

go.mod

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

3-
go 1.23.0
3+
go 1.23.6
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.6

0 commit comments

Comments
 (0)