Skip to content
Snippets Groups Projects
Unverified Commit eecf5291 authored by Michael Manganiello's avatar Michael Manganiello Committed by GitHub
Browse files

Dockerfile: Use Go 1.20 by default (#550)

Use Go 1.20 by default in Dockerfile

Updating the default Go version used in the Dockerfile, to the latest
one supported by the project at the moment.

Also, Go `1.17` support was removed in
https://github.com/dutchcoders/transfer.sh/commit/9f1fe62e05115bd355799be7a633231686363c48
parent e837849d
No related branches found
No related tags found
No related merge requests found
# Default to Go 1.17 # Default to Go 1.20
ARG GO_VERSION=1.17 ARG GO_VERSION=1.20
FROM golang:${GO_VERSION}-alpine as build FROM golang:${GO_VERSION}-alpine as build
# Necessary to run 'go get' and to compile the linked binary # Necessary to run 'go get' and to compile the linked binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment