Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37dafd8

Browse files
authoredMar 9, 2025··
chore(deps): update dependency go-task/task to v3.42.0
1 parent 75805ea commit 37dafd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV GOCI_LINT_VERSION=1.64.5
3131
# renovate: datasource=github-releases depName=golang/vuln
3232
ENV GOVULNCHECK_VERSION=1.1.4
3333
# renovate: datasource=github-releases depName=go-task/task
34-
ENV TASK_VERSION=3.40.1
34+
ENV TASK_VERSION=3.42.0
3535

3636
RUN [[ $(uname -m) == "x86_64" ]] && ARCH="amd64" || ARCH="arm64" && \
3737
curl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_${ARCH}.tar.gz" | \

0 commit comments

Comments
 (0)
Please sign in to comment.