Skip to content

Commit

Permalink
Update Go to 1.22.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem committed May 14, 2024
1 parent f417c90 commit bfb368b
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.2 as go
FROM registry.hub.docker.com/library/golang:1.22.3 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 @@ -20,7 +20,7 @@ git-chglog:
type: go
go:
repo: registry.hub.docker.com/library/golang
version: 1.22.2
version: 1.22.3
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
Expand Down

0 comments on commit bfb368b

Please sign in to comment.