Skip to content

Commit

Permalink
Dockerfile: add GOTOOLCHAIN
Browse files Browse the repository at this point in the history
Changes in go1.21 means the build recipe here was doing the wrong thing.
This should restore the expected behavior of using the toolchain present
in the container.

Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Jun 11, 2024
1 parent 7400db2 commit c5b4651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG GOTOOLCHAIN=local
ARG GO_VERSION=1.21
FROM quay.io/projectquay/golang:${GO_VERSION} AS build
WORKDIR /build
Expand Down

0 comments on commit c5b4651

Please sign in to comment.