Skip to content

Commit

Permalink
Update submodule to latest release-branch.go1.21 (cc85462b): [release…
Browse files Browse the repository at this point in the history
…-branch.go1.21] go1.21.6
  • Loading branch information
microsoft-golang-bot committed Jan 9, 2024
1 parent a278c56 commit d78e857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.21.5
go1.21.6
2 changes: 1 addition & 1 deletion go
Submodule go updated 41 files
+2 −2 VERSION
+13 −0 doc/godebug.md
+9 −1 src/cmd/compile/internal/escape/call.go
+6 −6 src/cmd/compile/internal/ssa/memcombine.go
+126 −0 src/cmd/compile/internal/test/memcombine_test.go
+17 −11 src/crypto/internal/boring/Dockerfile
+1 −1 src/crypto/internal/boring/LICENSE
+4 −3 src/crypto/internal/boring/README.md
+22 −7 src/crypto/internal/boring/aes.go
+1 −1 src/crypto/internal/boring/build-goboring.sh
+6 −0 src/crypto/internal/boring/build.sh
+2 −0 src/crypto/internal/boring/goboringcrypto.h
+1 −0 src/crypto/internal/boring/notboring.go
+ src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso
+ src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso
+15 −11 src/crypto/tls/boring.go
+51 −18 src/crypto/tls/boring_test.go
+7 −1 src/crypto/tls/cipher_suites.go
+3 −1 src/crypto/tls/handshake_client.go
+0 −4 src/crypto/tls/handshake_client_tls13.go
+19 −9 src/crypto/tls/handshake_server_test.go
+3 −4 src/crypto/tls/handshake_server_tls13.go
+2 −0 src/crypto/tls/notboring.go
+2 −2 src/crypto/x509/boring.go
+31 −0 src/internal/godebug/godebug_test.go
+58 −0 src/maps/maps_test.go
+99 −83 src/os/signal/signal_test.go
+2 −0 src/runtime/export_test.go
+7 −0 src/runtime/extern.go
+5 −0 src/runtime/gc_test.go
+18 −4 src/runtime/map.go
+8 −0 src/runtime/mem_linux.go
+64 −50 src/runtime/mstats.go
+4 −3 src/runtime/pprof/proto.go
+62 −0 src/runtime/pprof/protomem_test.go
+9 −4 src/runtime/runtime.go
+2 −0 src/runtime/runtime1.go
+37 −0 test/codegen/memcombine.go
+7 −0 test/escape_calls.go
+15 −0 test/fixedbugs/issue64565.go
+3 −0 test/fixedbugs/issue64565.out

0 comments on commit d78e857

Please sign in to comment.