Skip to content
Snippets Groups Projects

Resolve "Update to go 1.23"

Merged Neil-Jocelyn Schark requested to merge 40-update-to-go-1-23 into master
7 files
+ 43
20
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -46,7 +46,6 @@ func TestCrypto_AES_Encrypt(t *testing.T) {
}
for name, test := range tests {
test := test
t.Run(name, func(t *testing.T) {
t.Parallel()
@@ -173,7 +172,6 @@ func TestCrypto_AES_Decrypt(t *testing.T) {
}
for name, test := range tests {
test := test
t.Run(name, func(t *testing.T) {
t.Parallel()
Loading