Skip to content

Commit

Permalink
Update golang images to 1.23.4; add OCM responsibles (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-s-rao authored Dec 22, 2024
1 parent 4a63ca3 commit d3b0f82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ etcd-wrapper:
we use gosec for sast scanning. See attached log.
traits:
version:
preprocess:
'inject-commit-hash'
preprocess: 'inject-commit-hash'
inject_effective_version: true
component_descriptor:
ocm_repository: europe-docker.pkg.dev/gardener-project/snapshots
Expand All @@ -37,13 +36,17 @@ etcd-wrapper:
confidentiality_requirement: 'high'
integrity_requirement: 'high'
availability_requirement: 'high'
- name: 'cloud.gardener.cnudie/responsibles'
value:
- type: 'githubTeam'
teamname: 'gardener/etcd-druid-maintainers'
steps:
check:
image: 'golang:1.23.1'
image: 'golang:1.23.4'
test:
image: 'golang:1.23.1'
image: 'golang:1.23.4'
build:
image: 'golang:1.23.1'
image: 'golang:1.23.4'
output_dir: 'binary'

jobs:
Expand Down
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 builder
FROM golang:1.23.4 as builder
WORKDIR /go/src/github.com/gardener/etcd-wrapper
COPY . .

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/etcd-wrapper

go 1.23.1
go 1.23.0

// These are test-only dependencies
require github.com/onsi/gomega v1.34.2
Expand Down

0 comments on commit d3b0f82

Please sign in to comment.