Go 1.22 support (#935)

This commit is contained in:
Thomas Pelletier
2024-02-27 15:30:13 -05:00
committed by GitHub
parent 06fb30bf2e
commit 2b69615b5d
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build go1.18 || go1.19 || go1.20 || go1.21
// +build go1.18 go1.19 go1.20 go1.21
//go:build go1.18 || go1.19 || go1.20 || go1.21 || go1.22
// +build go1.18 go1.19 go1.20 go1.21 go1.22
package toml_test