Compare commits

...

2 Commits

Author SHA1 Message Date
160599b0e3
chore(deps): update dependency securego/gosec to v2.22.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-27 02:14:13 +00:00
6532f1c038
chore(deps): update docker.io/library/golang docker tag to v1.24.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-26 23:22:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.24.0-alpine AS build FROM docker.io/library/golang:1.24.1-alpine AS build
ARG GOSEC_VERSION ARG GOSEC_VERSION

View File

@ -1,6 +1,6 @@
# GOSEC_VERSION # GOSEC_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
GOSEC_VERSION?=v2.22.1 # renovate: datasource=github-releases depName=securego/gosec GOSEC_VERSION?=v2.22.2 # renovate: datasource=github-releases depName=securego/gosec
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a