Skip to content

Commit

Permalink
Aligning go version
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 6, 2024
1 parent 312bd93 commit 646aa4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nextmv/golden/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module apps-golden-file-tests

go 1.22.0
go 1.22

require github.com/nextmv-io/sdk v1.3.1-0.20240306052119-2e1ec3a04773

Expand Down
2 changes: 1 addition & 1 deletion knapsack-gosdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/your_project/knapsack-gosdk

go 1.21
go 1.22

require (
github.com/nextmv-io/go-highs v0.0.0-20240304150021-94d2d68aea08
Expand Down
2 changes: 1 addition & 1 deletion nextroute/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/your_project/nextroute

go 1.21
go 1.22

require (
github.com/nextmv-io/nextroute v0.0.0-20240304154834-a0d98049b5c7
Expand Down
2 changes: 1 addition & 1 deletion order-fulfillment-gosdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/your_project/order-fulfillment-gosdk

go 1.21
go 1.22

require (
github.com/nextmv-io/go-highs v0.0.0-20240223130259-9fd2d9190f18
Expand Down
2 changes: 1 addition & 1 deletion shift-scheduling-gosdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/your_project/shift-scheduling-gosdk

go 1.21
go 1.22

require (
github.com/nextmv-io/go-highs v0.0.0-20240304150021-94d2d68aea08
Expand Down

0 comments on commit 646aa4c

Please sign in to comment.