Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.23.4
Browse files Browse the repository at this point in the history
| datasource     | package | from   | to     |
| -------------- | ------- | ------ | ------ |
| golang-version | golang  | 1.23.3 | 1.23.4 |
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent f5edb9a commit 7e380ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENTRYPOINT [ "dumb-init", "--", "builder.sh" ]
COPY bin /usr/local/sbin

# renovate: datasource=golang-version
RUN install-tool golang 1.23.3
RUN install-tool golang 1.23.4

RUN install-builder.sh

Expand Down

0 comments on commit 7e380ae

Please sign in to comment.