|
@@ -12,7 +12,7 @@
|
|
# 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=${{ matrix.golang }}
|
|
FROM golang:$GO_VERSION-alpine AS builder
|
|
FROM golang:$GO_VERSION-alpine AS builder
|
|
|
|
|
|
RUN apk add gcc make git libc-dev zip curl jq bash binutils-gold pkgconfig zeromq-dev
|
|
RUN apk add gcc make git libc-dev zip curl jq bash binutils-gold pkgconfig zeromq-dev
|