Skip to content

Commit

Permalink
fix replace version with latest from fork, update go version in readm…
Browse files Browse the repository at this point in the history
…e and dockerfile
  • Loading branch information
ranakan19 committed Jan 21, 2025
1 parent c41c98a commit 13fa857
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are an administrator, then read the https://kubesaw.github.io/ksctl-cheat

== Build

Requires Go version 1.20.x - download for your development environment https://golang.org/dl/[here].
Requires Go version 1.21.x - download for your development environment https://golang.org/dl/[here].

=== Install

Expand Down
2 changes: 1 addition & 1 deletion cmd/user-identity-mapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Builder image
# See https://hub.docker.com/_/golang/
################################################################################################
FROM mirror.gcr.io/golang:1.20 as builder
FROM mirror.gcr.io/golang:1.21 as builder

ARG OS=linux
ARG ARCH=amd64
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ require (
)

replace (
github.com/codeready-toolchain/api v0.0.0-20250116110936-14cd9cc79fc6 => github.com/ranakan19/api v0.0.0-20250107102252-82f0c9b9a4b9
github.com/codeready-toolchain/toolchain-common v0.0.0-20241114215157-a6a85252b2f5 => github.com/ranakan19/toolchain-common v0.0.0-20250107103332-9c6116d21bd0
github.com/codeready-toolchain/api v0.0.0-20250116110936-14cd9cc79fc6 => github.com/ranakan19/api v0.0.0-20250121091246-7a7d250373e5
github.com/codeready-toolchain/toolchain-common v0.0.0-20241114215157-a6a85252b2f5 => github.com/ranakan19/toolchain-common v0.0.0-20250121092422-5fff10b563f5
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/ranakan19/api v0.0.0-20250107102252-82f0c9b9a4b9 h1:m5vnKhZ67vo8Q45Z18OyvkdyDtXF7PUVA2ODUvuZ5oE=
github.com/ranakan19/api v0.0.0-20250107102252-82f0c9b9a4b9/go.mod h1:Mg6iYJCr9VgYnr5F4evG4JLydfau/8NbxrX/yqJvbCU=
github.com/ranakan19/toolchain-common v0.0.0-20250107103332-9c6116d21bd0 h1:RV063ihlJW03NYNQ6z/5qUNOZuvNx6E0+KS8XkPKVOc=
github.com/ranakan19/toolchain-common v0.0.0-20250107103332-9c6116d21bd0/go.mod h1:hUgiLgE3VdYsof7P0tau2SHnPaqsaVCqofJpdbQWFuU=
github.com/ranakan19/api v0.0.0-20250121091246-7a7d250373e5 h1:zzuJ6HcgmPUGahwI/AWSYsZrC/acAR2JRKNgOUiWSjQ=
github.com/ranakan19/api v0.0.0-20250121091246-7a7d250373e5/go.mod h1:gPwicZPTmRm1PF75ysEYXaYKdXoFgwgCggTJd1oYmOs=
github.com/ranakan19/toolchain-common v0.0.0-20250121092422-5fff10b563f5 h1:/ik6peBZbpqRIlbPUgZ1mFUqjAYEb8L0oxnXGErYjZI=
github.com/ranakan19/toolchain-common v0.0.0-20250121092422-5fff10b563f5/go.mod h1:kuy1KDDPRpYJTYCoJTz3LdBo3mrmNR5CGYq5pYCbQdE=
github.com/redhat-cop/operator-utils v1.3.8 h1:xhoMBg2snSzNdcxT53lSBr7PRXxrzP1cDi51NPBLaT4=
github.com/redhat-cop/operator-utils v1.3.8/go.mod h1:s4R0YY8lVlHkC78GLV20PPuZmywjSbTwZKCHwWUQ3P8=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down

0 comments on commit 13fa857

Please sign in to comment.