Skip to content

Commit f9fb688

Browse files
build: Specify go 1.23.0 in go.mod (#7822)
We're using `.Keys()` a method of the maps package added in 1.23 (https://pkg.go.dev/maps@master#Keys) but our go.mod states 1.22.0. This causes some in-IDE linting errors in VSCode.
1 parent b2b5645 commit f9fb688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/letsencrypt/boulder
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.2

0 commit comments

Comments
 (0)