File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ FROM quay.io/fedora/fedora:37-x86_64 as builder
2
2
LABEL stage=builder
3
3
WORKDIR /build
4
4
5
- # install dependencies and go 1.21
5
+ # install dependencies and go 1.22
6
6
7
7
# copy just enough of the git repo to parse HEAD, used to record version in OLM binaries
8
8
RUN dnf update -y && dnf install -y bash make git mercurial jq wget && dnf upgrade -y
9
- RUN curl -sSL https://go.dev/dl/go1.21.9 .linux-amd64.tar.gz | tar -xzf - -C /usr/local
9
+ RUN curl -sSL https://go.dev/dl/go1.22.2 .linux-amd64.tar.gz | tar -xzf - -C /usr/local
10
10
ENV PATH=/usr/local/go/bin:$PATH
11
11
COPY .git/HEAD .git/HEAD
12
12
COPY .git/refs/heads/. .git/refs/heads
Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/operator-lifecycle-manager
2
2
3
- go 1.22
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.2
4
6
5
7
require (
6
8
github.com/blang/semver/v4 v4.0.0
You can’t perform that action at this time.
0 commit comments