File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# limitations under the License.
1717
1818
19- ARG GO_VERSION=1.15.6 -alpine
19+ ARG GO_VERSION=1.16.3 -alpine
2020ARG CLI_VERSION=20.10.2
2121ARG ALPINE_VERSION=3.12.2
2222ARG GOLANGCI_LINT_VERSION=v1.33.0-alpine
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ output into the `./bin` directory:
9090
9191``` console
9292$ make
93- docker build --build-arg GO_VERSION=1.15 .3 --build-arg ALPINE_VERSION=3.12.0 --build-arg GOLANGCI_LINT_VERSION=v1.31.0-alpine --build-arg TAG_NAME= --build-arg GOTESTSUM_VERSION=0.5.2 --build-arg BINARY_NAME=hub-tool --build-arg BINARY=hub-tool . \
93+ docker build --build-arg GO_VERSION=1.16 .3 --build-arg ALPINE_VERSION=3.12.0 --build-arg GOLANGCI_LINT_VERSION=v1.31.0-alpine --build-arg TAG_NAME= --build-arg GOTESTSUM_VERSION=0.5.2 --build-arg BINARY_NAME=hub-tool --build-arg BINARY=hub-tool . \
9494 --output type=local,dest=./bin \
9595 --platform local \
9696 --target hub
Original file line number Diff line number Diff line change 6161 GOOS=linux GOARCH=arm64 $(STATIC_FLAGS ) $(GO_BUILD ) -o bin/$(BINARY_NAME ) _linux_arm64 .
6262 GOOS=linux GOARCH=arm $(STATIC_FLAGS ) $(GO_BUILD ) -o bin/$(BINARY_NAME ) _linux_arm .
6363 GOOS=darwin GOARCH=amd64 $(STATIC_FLAGS ) $(GO_BUILD ) -o bin/$(BINARY_NAME ) _darwin_amd64 .
64+ GOOS=darwin GOARCH=arm64 $(STATIC_FLAGS ) $(GO_BUILD ) -o bin/$(BINARY_NAME ) _darwin_arm64 .
6465 GOOS=windows GOARCH=amd64 $(STATIC_FLAGS ) $(GO_BUILD ) -o bin/$(BINARY_NAME ) _windows_amd64.exe .
6566
6667# Note we're building statically for now to simplify releases. We can
Original file line number Diff line number Diff line change @@ -346,7 +346,6 @@ github.com/docker/docker v20.10.0-beta1.0.20201110211921-af34b94a78a1+incompatib
346346github.com/docker/docker v20.10.0+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
347347github.com/docker/docker v20.10.3+incompatible h1:+HS4XO73J41FpA260ztGujJ+0WibrA2TPJEnWNSyGNE =
348348github.com/docker/docker v20.10.3+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
349- github.com/docker/docker-credential-helpers v0.6.3 h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ =
350349github.com/docker/docker-credential-helpers v0.6.3 /go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y =
351350github.com/docker/docker-credential-helpers v0.6.4-0.20210125172408-38bea2ce277a h1:1DndKi+f9qs3AexOfI6di7RkWcWlNHzdqHu1cX19/ac =
352351github.com/docker/docker-credential-helpers v0.6.4-0.20210125172408-38bea2ce277a /go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c =
@@ -1353,7 +1352,6 @@ golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f/go.mod h1:h1NjWce9XRLGQEsW7w
13531352golang.org/x/sys v0.0.0-20200917073148-efd3b9a0ff20 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13541353golang.org/x/sys v0.0.0-20200922070232-aee5d888a860 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13551354golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
1356- golang.org/x/sys v0.0.0-20201013081832-0aaa2718063a h1:bhXnJ7fn2SiL+C8iOWPfNBJKDTjUByftpPW7b9CX94U =
13571355golang.org/x/sys v0.0.0-20201013081832-0aaa2718063a /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13581356golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
13591357golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c h1:VwygUrnw9jn88c4u8GD3rZQbqrP/tgas88tPUbBxQrk =
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Pinned Versions
16- GO_VERSION =1.15.6 -alpine
16+ GO_VERSION =1.16.3 -alpine
1717CLI_VERSION =20.10.2
1818ALPINE_VERSION =3.12.2
1919GOLANGCI_LINT_VERSION =v1.33.0-alpine
You can’t perform that action at this time.
0 commit comments