Skip to content

Commit

Permalink
Bump Go to 1.22 (#699)
Browse files Browse the repository at this point in the history
This has no effect on the released images because those are already
using Go 1.22, but it's nice to keep stuff in sync.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem authored Apr 30, 2024
1 parent 5e69f42 commit 82b8402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/synthetic-monitoring-agent

go 1.21
go 1.22

require (
github.com/go-kit/kit v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/synthetic-monitoring-agent/scripts/go

go 1.21
go 1.22

require (
github.com/dmarkham/enumer v1.5.9
Expand Down

0 comments on commit 82b8402

Please sign in to comment.