Skip to content

Commit cfda3fa

Browse files
committed
Update go.mod
1 parent 70a489f commit cfda3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ unit-test-coverage:
507507
.PHONY: tidy
508508
tidy:
509509
$(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)
510+
$(GO) mod tidy -compat=1.23
511511
# disabled because of issues related to https://github.com/google/go-licenses/issues/128
512512
# @$(MAKE) --no-print-directory $(GO_LICENSE_FILE)
513513

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module code.gitea.io/gitea
22

3-
go 1.23.0
3+
go 1.23
44

55
toolchain go1.23.6
66

0 commit comments

Comments
 (0)