Skip to content

Commit

Permalink
chore: bump up golang to 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: Niki Dokovski <nickytd@gmail.com>
  • Loading branch information
nickytd committed Nov 8, 2024
1 parent 593084d commit 47a6b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oidc-apps-controller:
We use gosec for sast scanning, see attached log.
steps:
verify:
image: 'golang:1.23.2'
image: 'golang:1.23.3'
traits:
version:
preprocess: "inject-commit-hash"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the Go app
FROM golang:1.23.2 AS builder
FROM golang:1.23.3 AS builder

# Set up the working directory
WORKDIR /src
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/gardener/oidc-apps-controller

go 1.23.1
go 1.23.3

require (
github.com/gardener/gardener v1.92.1
Expand Down

0 comments on commit 47a6b07

Please sign in to comment.