Skip to content

Commit 56853a0

Browse files
committed
fix tools go.mod
1 parent fac685f commit 56853a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ website/node_modules
2626
*.iml
2727
trace.txt
2828
*.bck.yml
29+
terraform-provider-uyuni
2930

3031
website/vendor
3132

tools/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module tools
22

3-
go 1.22.7
3+
go 1.23.0
4+
45
toolchain go1.23.7
56

67
require (

0 commit comments

Comments
 (0)