Skip to content

Commit

Permalink
[Automation] Bump Golang version to 1.23.0 (#114)
Browse files Browse the repository at this point in the history
* Update .go-version

* Update go.mod

* Update from dockerfiles

---------

Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and obltmachine authored Sep 4, 2024
1 parent bcf95ee commit 76fdf55
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.22.6
1.23.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.6-alpine3.19 as builder
FROM golang:1.23.0-alpine3.19 as builder

RUN apk add --no-cache musl-dev gcc libpcap libpcap-dev

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.22
go 1.23

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

0 comments on commit 76fdf55

Please sign in to comment.