Skip to content

Commit

Permalink
update go version of integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed May 23, 2024
1 parent ef037b6 commit 5d6f5d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/configs/kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1 as build
FROM golang:1.22.3 as build
WORKDIR /app/
COPY go.mod go.sum ./
RUN go mod download
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1 as build
FROM golang:1.22.3 as build
WORKDIR /app/
COPY go.mod go.sum ./
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/configs/prom-gen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1 as build
FROM golang:1.22.3 as build
WORKDIR /app/
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 5d6f5d2

Please sign in to comment.