Skip to content

Commit

Permalink
all: update go.mod GoVersion to 1.23
Browse files Browse the repository at this point in the history
Updates the go.mod GoVersion to 1.23.

This implicitly enables gotypesalias=1 by default.

For #69772.

Change-Id: I0e19862714f20acb3f409893c38d488e786b8b66
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/627735
Reviewed-by: Ian Cottrell <[email protected]>
Commit-Queue: Tim King <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
timothy-king authored and Go LUCI committed Nov 23, 2024
1 parent bfd27ad commit 0d6d8f5
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/vulndb

go 1.22.0
go 1.23

require (
cloud.google.com/go/errorreporting v0.3.0
Expand Down

0 comments on commit 0d6d8f5

Please sign in to comment.