Skip to content

Commit dc20769

Browse files
committed
go.mod: bump minimum Go from 1.12 to Go 1.18
Go 1.18 is what's in Ubuntu 22.04 LTS (Jammy). The later Ubuntus have 1.19, 1.20, and 1.21 (the current Go release) Go 1.18 seems fine. Go 1.18 came out 2022-03-15, about 1.5 years ago.
1 parent 70caab5 commit dc20769

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
@@ -1,3 +1,3 @@
11
module github.com/bradfitz/gomemcache
22

3-
go 1.12
3+
go 1.18

0 commit comments

Comments
 (0)