Skip to content

Commit

Permalink
go.mod: Set min Go version to 1.19
Browse files Browse the repository at this point in the history
closes #492

Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Sep 21, 2023
1 parent c0eefd5 commit 35058bd
Showing 1 changed file with 1 addition and 1 deletion.
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-sdk-go

go 1.18
go 1.19

require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12
Expand Down

0 comments on commit 35058bd

Please sign in to comment.