Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into extend-release-target…
Browse files Browse the repository at this point in the history
…s-and-add-install-script
  • Loading branch information
nieomylnieja committed Feb 13, 2025
2 parents 692514a + 7a56a7c commit bc9f5fd
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 golang:1.23-alpine3.20 AS builder
FROM golang:1.24-alpine3.20 AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
# renovate datasource=github-releases depName=securego/gosec
GOSEC_VERSION := v2.22.0
# renovate datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v1.64.2
GOLANGCI_LINT_VERSION := v1.64.4
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
GOVULNCHECK_VERSION := v1.1.4
# renovate datasource=go depName=golang.org/x/tools/cmd/goimports
Expand Down

0 comments on commit bc9f5fd

Please sign in to comment.