Skip to content

Commit

Permalink
Go version (#75)
Browse files Browse the repository at this point in the history
* Update GO version

Signed-off-by: Arrobo, Gabriel <[email protected]>

* Create patch release

Signed-off-by: Arrobo, Gabriel <[email protected]>

* Update GO version for dbtestapp

Signed-off-by: Arrobo, Gabriel <[email protected]>

---------

Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo authored Nov 15, 2024
1 parent bb5006f commit 7f123ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.6-dev
1.2.6
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/omec-project/util

go 1.21
go 1.23

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
Expand Down
2 changes: 1 addition & 1 deletion mongoapi/dbtestapp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module testapp

go 1.21
go 1.23

require (
github.com/gin-contrib/cors v1.7.2
Expand Down

0 comments on commit 7f123ac

Please sign in to comment.