Skip to content

Commit 85d3f68

Browse files
committed
go.mod: update minimum Go version to 1.23.0
OVERVIEW The Go project now unconditionally updates the minimum Go version for golang.org/x/ dependencies to be at least 1.(N-1).0, where Go 1.N is the most recent major Go release, and Go 1.(N-1) is the previous major Go release. Since this project uses dependencies associated with golang.org/x repositories this project's go.mod file is also updated to reflect the new minimum Go version. CHANGES 1. go get [email protected] 2. go mod tidy 3. go mod vendor 4. go fix ./... 5. go mod edit -toolchain=none REFERENCES > all: upgrade go directive to at least 1.23.0 [generated] > > By now Go 1.24.0 has been released, and Go 1.22 is no longer supported > per the Go Release Policy (https://go.dev/doc/devel/release#policy). > > For golang/go#69095. See also: - golang/crypto@89ff08d - golang/sys@74cfc93
1 parent 16da300 commit 85d3f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module github.com/atc0005/send2teams
99

10-
go 1.20
10+
go 1.23.0
1111

1212
// Allow for testing local changes before they're published.
1313
//

0 commit comments

Comments
 (0)