This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
mattermost
Watch
1
Star
0
Fork
You've already forked mattermost
0
mirror of
https://github.com/mattermost/mattermost.git
synced
2026-05-28 04:35:04 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
debug/binary-timeout
mattermost
/
server
/
.go-version
2 lines
7 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
updated go to version 1.25.8 (#35817) * updated go to version 1.25.8 * updated gotestsum version to work with go 1.25.8 go 1.25 does not work with indirect tools 0.11 dependency pulled by gotestsum. * Use sync.WaitGroup.Go to simplify goroutine creation Replace the wg.Add(1) + go func() { defer wg.Done() }() pattern with wg.Go(), which was introduced in Go 1.25. * pushes fips image on workflow dispatch to allow fips test to run on go version update * fix new requirements for FIPS compliance imposed on updating to go 1.25.8 * updates openssl symbol check for library shipped with FIPS new versions go-openssl v2 shipped with FIPS versions starting from 1.25 uses mkcgo to generate bindings causing symbol names to be different. * removes temp workflow-dispatch condition * keep versions out of agents md file
2026-03-27 16:11:52 -04:00
1.25.8
Reference in a new issue
Copy permalink