shieldproject / shield

A standalone system that can perform backup and restore functions for a wide variety of pluggable data systems
MIT License
367 stars 69 forks source link

Bump Docker Images to `golang:1.13-stretch` #671

Closed jhunt closed 4 years ago

jhunt commented 4 years ago

The Docker images for SHIELD are currently using golang:1.11-stretch to build the software. We should bump those to version 1.13, the latest stable (and currently recommended) version of the Go toolchain.

jhunt commented 4 years ago

Fixed in 8331fc37