Skip to content

Commit

Permalink
*: Upgrade to Go 1.21
Browse files Browse the repository at this point in the history
Closes #811.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Aug 16, 2024
1 parent 2655d72 commit af4cc21
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This document outlines major changes between releases.

### Changed
- Single `rpc_endpoint` config option replaced with multiple endpoints `fschain.endpoints` option (#968)
- Go 1.21+ is required to build now (#811)

### Updating from 0.30.1

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/nspcc-dev/neofs-s3-gw

go 1.20
go 1.21

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

0 comments on commit af4cc21

Please sign in to comment.