mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Merge pull request #394 from docker/bump-go-1.14.6
Bump Golang to 1.14.6
This commit is contained in:
commit
0bf09d387a
@ -12,7 +12,7 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
ARG GO_VERSION=1.14.5-alpine
|
ARG GO_VERSION=1.14.6-alpine
|
||||||
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
|
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
|
||||||
|
|
||||||
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
|
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user