Skip to content

Set Go version to 1.21 in go.mod

Hossein Pursultani requested to merge hp-use-go-1.21 into main

Summary

The version of Go in go.mod is 1.20 and does not match the version that we use for building the application (specified in .tool-versions and Dockerfile). This MR fixes it and sets it to 1.21.

Merge request reports