Files
Alejandro García MontoroandMattermost Build 6ac8899d93 MM-70307: Bump Go version to v1.26.7 (#38046)
* Bump Go version to v1.26.7

* Fix digest

* Update glibc to v16 in runtime image as well

* Trigger E2E tests

* MM-70307: Fix FIPS E2E test failure due to short PostgreSQL password

OpenSSL FIPS requires HMAC keys to be at least 14 bytes (112 bits). The
password 'mostest' (6 bytes) triggers a panic in lib/pq's SCRAM-SHA-256
authentication when the server runs under go-msft-fips with the
glibc-openssl-fips:16 image. Replace it with 'mostest_password' (16
bytes) in all E2E test PostgreSQL connection strings and container
configs. LDAP admin passwords are unaffected (different protocol).

* Revert "MM-70307: Fix FIPS E2E test failure due to short PostgreSQL password"

This reverts commit d31b0eb5e8.

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2026-08-21 12:52:52 +02:00

2 lines
7 B
Plaintext