Skip to content

Commit

Permalink
Upgrade to Go 1.22.1
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 Mar 5, 2024
1 parent b99f6be commit eb876ee
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.22.0 as go
FROM registry.hub.docker.com/library/golang:1.22.1 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.22.0
version: 1.22.1
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
Expand Down

0 comments on commit eb876ee

Please sign in to comment.