https://ciphersuite.info/cs/TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA/ (hex code 0xC0, 0x13)
But there's a comment in the (private) cipherSuitesPreferenceOrder in src/crypto/tls/cipher_suites.go:
// - Anything else comes before CBC_SHA256
//
// SHA-256 variants of the CBC ciphersuites don't implement any Lucky13
// countermeasures. See
http://www.isg.rhul.ac.uk/tls/Lucky13.html and
(the first link is broken BTW). So I guess this could be why TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 didn't make the cut into "CipherSuites", whilst TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA did?