Skip to content

Commit

Permalink
update from 1.17 to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: FedeNQ <fedenahuel07@gmail.com>
  • Loading branch information
FedeNQ committed Nov 7, 2023
1 parent 0a19724 commit 7614322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/tests/it/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS builder
FROM golang:1.21-alpine AS builder
COPY ./client.go /service/client.go
WORKDIR /service
RUN go build -tags netgo -a -v -o /service/client ./client.go
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/it/go-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS builder
FROM golang:1.21-alpine AS builder
COPY ./server.go /service/server.go
WORKDIR /service
RUN go build -tags netgo -a -v -o /service/server ./server.go
Expand Down
2 changes: 1 addition & 1 deletion .github/tests/it/spiffe-helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS spiffe-helper
FROM golang:1.21-alpine AS spiffe-helper
COPY ./ /service/
WORKDIR /service
RUN go build -tags netgo -a -v -o /service/spiffe-helper ./cmd/spiffe-helper

0 comments on commit 7614322

Please sign in to comment.