Skip to content

Commit

Permalink
Update remaining references to Go 1.22.3 (#190)
Browse files Browse the repository at this point in the history
* Update remaining references to Go 1.22.3

Signed-off-by: Keegan Witt <keeganwitt@gmail.com>

* Update .github/tests/it/go-server/Dockerfile

Co-authored-by: Faisal Memon <fymemon@yahoo.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>

---------

Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Co-authored-by: Faisal Memon <fymemon@yahoo.com>
  • Loading branch information
keeganwitt and faisal-memon authored Sep 19, 2024
1 parent b6b1642 commit 8550aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22.1-alpine AS builder
FROM golang:1.22.3-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.22.1-alpine AS builder
FROM golang:1.22.3-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

0 comments on commit 8550aa8

Please sign in to comment.