Skip to content

Commit

Permalink
Downgrade release 1.8 to Go 1.22 in go.mod (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored Sep 10, 2024
1 parent 632289d commit 7ecea7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest

ARG GOVERSION="1.23.0"
ARG GOVERSION="1.23.1"

ARG TARGETARCH

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/grafana/beyla

go 1.23
go 1.22

require (
github.com/AlessandroPomponio/go-gibberish v0.0.0-20191004143433-a2d4156f0396
Expand Down

0 comments on commit 7ecea7a

Please sign in to comment.