Skip to content

Commit 66f901a

Browse files
authored
fix: update standard list to go1.24 (#227)
Signed-off-by: Fernandez Ludovic <[email protected]>
1 parent dca258a commit 66f901a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ test: clean
1515
@go test -v -count=1 -cover ./...
1616

1717
generate:
18-
@GOEXPERIMENT=arenas,boringcrypto go generate ./...
18+
@GOEXPERIMENT=arenas,boringcrypto,synctest go generate ./...

pkg/section/standard_list.go

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)