Skip to content

Commit 0c77320

Browse files
committed
Bump go.mod to 1.24 in the go.mod
Bumping to 1.25 will create a whole lot of trouble and 1.24 should trigger the Fprintf go vet changes.
1 parent 1b1aa41 commit 0c77320

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/uyuni-project/uyuni-tools
22

3-
go 1.21
3+
go 1.24
44

55
require (
66
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2

update-copyright-year.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ changed="n"
99
current_year=$(date +%Y)
1010
for changed_file in $@; do
1111
case "$changed_file" in
12+
go.mod|go.sum)
13+
continue
14+
;;
1215
# Changelogs
1316
uyuni-tools.changes*)
1417
continue

0 commit comments

Comments
 (0)