Skip to content

Commit

Permalink
[Automation] Update go release version to 1.19.3 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co>
  • Loading branch information
apmmachine and apmmachine authored Nov 23, 2022
1 parent d7bbf52 commit 0607895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.1
1.19.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.1 as builder
FROM golang:1.19.3 as builder

RUN apt-get update \
&& apt-get dist-upgrade -y \
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/elastic/stream

go 1.18
go 1.19

require (
cloud.google.com/go/pubsub v1.25.1
Expand Down

0 comments on commit 0607895

Please sign in to comment.