Go with fiber deployment failed
Project ID: 9c65b469-92d4-41d0-a2ef-d2e525703045
Solution:Jump to solution
#12 0.450 /app/go.mod:3: invalid go version '1.21.4': must match format 1.23
In console I saw this error. The current go version is 1.21.4
right ?...4 Replies
Project ID:
9c65b469-92d4-41d0-a2ef-d2e525703045
Project ID: 9c65b469-92d4-41d0-a2ef-d2e525703045
failed to solve: process "/bin/bash -ol pipefail -c go mod download" did not complete successfully: exit code: 1
Solution
#12 0.450 /app/go.mod:3: invalid go version '1.21.4': must match format 1.23
In console I saw this error. The current go version is 1.21.4
right ?Fixed:
in
go.mod
changed version 1.21.4
to 1.21