bump golang minimal version to 1.22 in go.mod

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2024-10-29 10:29:06 +01:00
Родитель a7c9de82b2
Коммит 02371f3127
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.22.7
ARG GO_VERSION=1.22.8
ARG XX_VERSION=1.2.1
ARG GOLANGCI_LINT_VERSION=v1.60.2
ARG ADDLICENSE_VERSION=v1.0.0

2
go.mod
Просмотреть файл

@ -1,6 +1,6 @@
module github.com/docker/compose/v2
go 1.21.0
go 1.22.0
require (
github.com/AlecAivazis/survey/v2 v2.3.7