Skip to content

Commit

Permalink
Upgrade Go to 1.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Feb 7, 2024
1 parent 3eeb8ab commit 543e316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.hub.docker.com/library/golang:1.21.7 as go
FROM registry.hub.docker.com/library/golang:1.22.0 as go

COPY lib/go.env /usr/local/go

Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git-chglog:
type: go
go:
repo: registry.hub.docker.com/library/golang
version: 1.21.7
version: 1.22.0
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
Expand Down

0 comments on commit 543e316

Please sign in to comment.