1
0
mirror of https://github.com/docker-library/golang.git synced 2025-04-18 03:24:01 +03:00
golang/update.sh
2020-08-28 15:19:07 -07:00

8 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
./versions.sh "$@"
./apply-templates.sh "$@"