Skip to content

Commit

Permalink
Update Go to v1.21.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Oct 25, 2023
1 parent 2e32775 commit 80b01a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/test-network-function/simplegraphsolver/examples/basic

go 1.21.2
go 1.21.3

replace github.com/test-network-function/simplegraphsolver/pkg/lib => ../../pkg/lib

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/test-network-function/l2discovery-examples

go 1.21.2
go 1.21.3

require (
github.com/openshift/ptp-operator v0.0.0-20220922002031-4e588c96d5d6
Expand Down
2 changes: 1 addition & 1 deletion pkg/export/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/test-network-function/simplegraphsolver/pkg/export

go 1.21.2
go 1.21.3

replace github.com/test-network-function/l2discovery/l2lib/pkg/export => ../../../l2discoverydavid/l2lib/pkg/export

Expand Down
2 changes: 1 addition & 1 deletion pkg/lib/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/test-network-function/simplegraphsolver/pkg/lib

go 1.21.2
go 1.21.3

replace github.com/test-network-function/simplegraphsolver/pkg/export => ../export

Expand Down

0 comments on commit 80b01a9

Please sign in to comment.