1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

deps: Bump Golang to 1.15.1

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-09-07 10:45:49 +02:00
parent 9545625131
commit 026a833732

@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.15.0-alpine
ARG GO_VERSION=1.15.1-alpine
ARG GOLANGCI_LINT_VERSION=v1.30.0-alpine
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base