Skip to content

Commit

Permalink
fix: try 1.21.1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmalec committed Apr 12, 2024
1 parent 1a99e45 commit f9c5c80
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# must be same as official ipfs builds. See distributions/.tool-versions
GO_VERSION: "1.20.11"
GO_VERSION: "1.21.1"

jobs:
build-artifacts:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ourzora/go-ds-s3

go 1.20
go 1.21

require (
github.com/aws/aws-sdk-go v1.45.24
Expand Down
Loading

0 comments on commit f9c5c80

Please sign in to comment.