Skip to content

Commit 64f9e01

Browse files
authored
Add go toolchain (#64)
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent ff716dd commit 64f9e01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/redhat-developer/gitops-backend
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.8
46

57
require (
68
github.com/argoproj/argo-cd/v2 v2.14.11

0 commit comments

Comments
 (0)