Skip to content

Commit

Permalink
chore: bump golang to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Sep 12, 2023
1 parent 59bd74f commit 93a31fd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 283 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19
1.21
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/scylladb/scylla-manager/v3

go 1.19
go 1.21

require (
github.com/aws/aws-sdk-go v1.35.17
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3x
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef h1:NKxTG6GVGbfMXc2mIk+KphcH6hagbVXhcFkbTgYleTI=
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef/go.mod h1:tcaRap0jS3eifrEEllL6ZMd9dg8IlDpi2S1oARrQ+NI=
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8 h1:Y258uzXU/potCYnQd1r6wlAnoMB68BiCkCcCnKx1SH8=
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8/go.mod h1:bSJjRokAHHOhA+XFxplld8w2R/dXLH7Z3BZ532vhFwU=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down
2 changes: 1 addition & 1 deletion testing/minio/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module _

go 1.19
go 1.21
279 changes: 0 additions & 279 deletions vendor/github.com/scylladb/go-set/u64set/u64set.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ github.com/scylladb/go-set/b16set
github.com/scylladb/go-set/i64set
github.com/scylladb/go-set/iset
github.com/scylladb/go-set/strset
github.com/scylladb/go-set/u64set
# github.com/scylladb/gocqlx/v2 v2.8.0
## explicit; go 1.17
github.com/scylladb/gocqlx/v2
Expand Down

0 comments on commit 93a31fd

Please sign in to comment.