Skip to content

Commit

Permalink
all: require go1.21
Browse files Browse the repository at this point in the history
Otherwise, code won't compile due to the use of slices package.

Fixes golang/go#68034

Change-Id: Id6fb27d2f213e5a665a2bcd6d07b15f80702975b
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/593235
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
  • Loading branch information
zpavlinovic committed Jun 24, 2024
1 parent 3740f5c commit f35edf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.org/x/vuln

go 1.18
go 1.21

require (
github.com/google/go-cmdtest v0.4.1-0.20220921163831-55ab3332a786
Expand Down

0 comments on commit f35edf8

Please sign in to comment.