Skip to content

Commit

Permalink
chore(deps): bump golang from 1.23.1 to 1.23.4 (caas-team#91)
Browse files Browse the repository at this point in the history
* chore(deps): bump golang from 1.23.1 to 1.23.4

Bumps golang from 1.23.1 to 1.23.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump golang from 1.23.1 to 1.23.4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jonathan-mayer <[email protected]>
  • Loading branch information
dependabot[bot] and jonathan-mayer authored Jan 10, 2025
1 parent efe5db1 commit 7c5dc08
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.1 AS build
FROM golang:1.23.4 AS build

WORKDIR /tmp/kubedownscaler

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/caas-team/gokubedownscaler

go 1.23.1
go 1.23.4

require (
github.com/argoproj/argo-rollouts v1.7.2
Expand Down

0 comments on commit 7c5dc08

Please sign in to comment.