Skip to content

Commit

Permalink
Merge pull request #422 from zregvart/pr/version-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored Oct 29, 2024
2 parents eb19e87 + fa593c2 commit 9ffbb6e
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,5 +1,5 @@
# Build the manager binary
FROM docker.io/library/golang:1.21@sha256:2ff79bcdaff74368a9fdcb06f6599e54a71caf520fd2357a55feddd504bcaffb as builder
FROM docker.io/library/golang:1.22.7 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/enterprise-contract/enterprise-contract-controller/api

go 1.22
go 1.22 // allow

require (
k8s.io/apiextensions-apiserver v0.29.9
Expand Down

0 comments on commit 9ffbb6e

Please sign in to comment.