Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22 to 1.23 in the docker-deps group (#73
Browse files Browse the repository at this point in the history
)

* chore(deps): bump golang from 1.22 to 1.23 in the docker-deps group

Bumps the docker-deps group with 1 update: golang.


Updates `golang` from 1.22 to 1.23

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-deps
...

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

* chore(ci/release): use Go version 1.23

Signed-off-by: Leon Steinhäuser <[email protected]>

* chore(ci/tests): use Go version 1.23

Signed-off-by: Leon Steinhäuser <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Leon Steinhäuser <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leon Steinhäuser <[email protected]>
  • Loading branch information
dependabot[bot] and leonsteinhaeuser authored Sep 5, 2024
1 parent ed63ceb commit 49659bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
go_version: 1.22
go_version: 1.23

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- "!dependabot/**"

env:
go_version: '1.22'
go_version: '1.23'
artifact_name: kubernetes-namespace-permission-manager
artifact_bin_name: kubebuilder
IMG: tagesspiegel/kubernetes-namespace-permission-manager:dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 as builder
FROM golang:1.23 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 49659bb

Please sign in to comment.