Skip to content

Commit

Permalink
Roll back to go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Thiesen <[email protected]>
  • Loading branch information
lucastt committed Mar 22, 2024
1 parent bad6716 commit a25b184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions fuzz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ COPY . .

RUN dnf install -q -y make clang tar gzip && \
update-alternatives --install /usr/bin/cc cc /usr/bin/clang 20 && \
curl -o go.linux-amd64.tar.gz -LO https://go.dev/dl/go1.22.1.linux-amd64.tar.gz && \
sha256sum go.linux-amd64.tar.gz | grep -q aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f && \
curl -o go.linux-amd64.tar.gz -LO https://go.dev/dl/go1.21.8.linux-amd64.tar.gz && \
#sha256sum go.linux-amd64.tar.gz | grep -q aab8e15785c997ae20f9c88422ee35d962c4562212bb0f879d052a35c8307c7f && \
sha256sum go.linux-amd64.tar.gz | grep -q c489adaf3b7571b73dceee1008de77f0ef7ba63582d14f745d5fc8d573c1dea7 && \
tar -C /root -xzf go.linux-amd64.tar.gz && \
ls -l /root && \
go version && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

go 1.22
go 1.21

0 comments on commit a25b184

Please sign in to comment.