Skip to content

Commit

Permalink
BUILD/MEDIUM: go: upgrade to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Apr 4, 2024
1 parent e914b0d commit fab4adf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
variables:
DOCKER_HOST: tcp://docker:2375
GO_VERSION: "1.21"
DOCKER_VERSION: "24.0"
GO_VERSION: "1.22"
DOCKER_VERSION: "24.0.6"
stages:
- check-commit
- generate
Expand Down Expand Up @@ -152,7 +152,7 @@ test:
stage: e2e
needs: ["build"]
image:
name: $CI_REGISTRY_GO/docker:stable-go$GO_VERSION
name: $CI_REGISTRY_GO/docker:$DOCKER_VERSION-go$GO_VERSION
entrypoint: [""]
services:
- name: $CI_REGISTRY_GO/docker:$DOCKER_VERSION-dind
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG HAPROXY_VERSION=2.7
ARG DOCKER_URL=haproxytech
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22

FROM golang:${GO_VERSION}-alpine as go_image

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/haproxytech/client-native/v6

go 1.21
go 1.22

require (
github.com/go-faker/faker/v4 v4.3.0
Expand Down

0 comments on commit fab4adf

Please sign in to comment.