Skip to content

Commit

Permalink
Update golang Docker tag to v1.24.0 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 78dca4b commit b4613e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion languages/go.dev/beego/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.24.0

LABEL maintainer="[email protected]"
LABEL version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion languages/go.dev/echo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.24.0

LABEL maintainer="[email protected]"
LABEL version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion languages/go.dev/gin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.24.0

LABEL maintainer="[email protected]"
LABEL version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion languages/go.dev/gorilla/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.24.0

LABEL maintainer="[email protected]"
LABEL version="1.0"
Expand Down
2 changes: 1 addition & 1 deletion languages/go.dev/http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.6
FROM golang:1.24.0

LABEL maintainer="[email protected]"
LABEL version="1.0"
Expand Down

0 comments on commit b4613e8

Please sign in to comment.