Files
distribution/.github/workflows
Milos Gajdos 997c29dbda ci: fix GHA CI build matrix
It would appear that requesting Go 1.21 in the build matrix has no
effect whatsoever on what go toolchain is actually used to build the
project.

Specifying 1.22.0 in the go.mod go directive forces the 1.22 toolchain
to be used for building Go source files, ignoring whatever Go version we
set in the GHA CI matrix.

Luckily we can enforce the right setting by setting GOTOOLCHAIN=local
which forces Go to use the locally available toolchain instead of
downloading the one requested by go.mod.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2024-10-15 10:55:17 +01:00
..
2024-10-15 10:55:17 +01:00
2023-12-23 20:39:31 +00:00