Skip to content

Commit

Permalink
Merge pull request #435 from vincentbernat/fix/go-minimal-version
Browse files Browse the repository at this point in the history
Set minimal version for Go to 1.21.1
  • Loading branch information
karimra authored May 6, 2024
2 parents 57c7815 + 9a387c7 commit 522a11b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/openconfig/gnmic

go 1.21.9
go 1.21.1

toolchain go1.21.9

replace github.com/openconfig/gnmic/pkg/api v0.1.5 => ./pkg/api

Expand Down
2 changes: 1 addition & 1 deletion pkg/api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openconfig/gnmic/pkg/api

go 1.21.9
go 1.21.1

require (
github.com/AlekSi/pointer v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/cache/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openconfig/gnmic/pkg/cache

go 1.21.9
go 1.21.1

require (
github.com/go-redis/redis/v8 v8.11.5
Expand Down

0 comments on commit 522a11b

Please sign in to comment.