We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a489f commit cfda3faCopy full SHA for cfda3fa
Makefile
@@ -507,7 +507,7 @@ unit-test-coverage:
507
.PHONY: tidy
508
tidy:
509
$(eval MIN_GO_VERSION := $(shell grep -Eo '^go\s+[0-9]+\.[0-9.]+' go.mod | cut -d' ' -f2))
510
- $(GO) mod tidy -compat=$(MIN_GO_VERSION)
+ $(GO) mod tidy -compat=1.23
511
# disabled because of issues related to https://github.com/google/go-licenses/issues/128
512
# @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
513
go.mod
@@ -1,6 +1,6 @@
1
module code.gitea.io/gitea
2
3
-go 1.23.0
+go 1.23
4
5
toolchain go1.23.6
6
0 commit comments