Skip to content

Commit

Permalink
feat(build): use Go 1.21.6 for builds
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed Feb 7, 2024
1 parent b0aec84 commit 7eb6cf3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Main (unreleased)

- Updated dependency to add support for Go 1.22 (@stefanb)

- Use Go 1.22.0 for builds. (@hainenber)

v0.39.2 (2024-1-31)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM alpine:3.17 as helm
RUN apk add --no-cache helm

# Dependency: Go and Go dependencies
FROM golang:1.21.4-bullseye as golang
FROM golang:1.21.6-bullseye as golang

# Keep in sync with cmd/grafana-agent-operator/DEVELOPERS.md
ENV CONTROLLER_GEN_VERSION v0.9.2
Expand Down
2 changes: 1 addition & 1 deletion build-image/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM library/golang:1.21.4-windowsservercore-1809
FROM library/golang:1.21.6-windowsservercore-1809

SHELL ["powershell", "-command"]

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/agent

go 1.21.0
go 1.21.6

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

0 comments on commit 7eb6cf3

Please sign in to comment.