From 6b8cdc03c1a714b44ad007ec82f5b570ef63917c Mon Sep 17 00:00:00 2001 From: MinerYang Date: Wed, 26 Oct 2022 20:28:19 +0800 Subject: [PATCH] bump up golang to 1.19.2 (#17694) Signed-off-by: yminer Signed-off-by: yminer --- .github/workflows/CI.yml | 10 +++++----- .github/workflows/build-package.yml | 2 +- .github/workflows/conformance_test.yml | 2 +- CONTRIBUTING.md | 2 +- Makefile | 2 +- make/photon/chartserver/builder | 2 +- make/photon/registry/Dockerfile.binary | 2 +- make/photon/trivy-adapter/Dockerfile.binary | 2 +- make/photon/trivy-adapter/builder.sh | 2 +- tests/ci/distro_installer.sh | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 50827f421..fe77c9483 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 @@ -98,7 +98,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 @@ -158,7 +158,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 @@ -218,7 +218,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 @@ -276,7 +276,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 39b9baa13..104cea511 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 diff --git a/.github/workflows/conformance_test.yml b/.github/workflows/conformance_test.yml index d51d88cc2..8ddb08b9d 100644 --- a/.github/workflows/conformance_test.yml +++ b/.github/workflows/conformance_test.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.19.1 + go-version: 1.19.2 id: go - name: setup Docker uses: docker-practice/actions-setup-docker@1.0.11 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c51dae1e5..b2346e699 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,7 +164,7 @@ Harbor backend is written in [Go](http://golang.org/). If you don't have a Harbo | 2.4 | 1.17.7 | | 2.5 | 1.17.7 | | 2.6 | 1.18.6 | -| 2.7 | 1.19.1 | +| 2.7 | 1.19.2 | Ensure your GOPATH and PATH have been configured in accordance with the Go environment instructions. diff --git a/Makefile b/Makefile index 34fd1a05a..0011780bb 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ GOINSTALL=$(GOCMD) install GOTEST=$(GOCMD) test GODEP=$(GOTEST) -i GOFMT=gofmt -w -GOBUILDIMAGE=golang:1.19.1 +GOBUILDIMAGE=golang:1.19.2 GOBUILDPATHINCONTAINER=/harbor # go build diff --git a/make/photon/chartserver/builder b/make/photon/chartserver/builder index 6f28e1aa9..dfd8fc0fa 100755 --- a/make/photon/chartserver/builder +++ b/make/photon/chartserver/builder @@ -4,7 +4,7 @@ set +e usage(){ echo "Usage: builder " - echo "e.g: builder golang:1.19.1 github.com/helm/chartmuseum v0.14.0 cmd/chartmuseum chartm" + echo "e.g: builder golang:1.19.2 github.com/helm/chartmuseum v0.14.0 cmd/chartmuseum chartm" exit 1 } diff --git a/make/photon/registry/Dockerfile.binary b/make/photon/registry/Dockerfile.binary index f9de87907..82b37d5bf 100644 --- a/make/photon/registry/Dockerfile.binary +++ b/make/photon/registry/Dockerfile.binary @@ -1,4 +1,4 @@ -FROM golang:1.19.1 +FROM golang:1.19.2 ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV BUILDTAGS include_oss include_gcs diff --git a/make/photon/trivy-adapter/Dockerfile.binary b/make/photon/trivy-adapter/Dockerfile.binary index 5c391c559..a39fa4020 100644 --- a/make/photon/trivy-adapter/Dockerfile.binary +++ b/make/photon/trivy-adapter/Dockerfile.binary @@ -1,4 +1,4 @@ -FROM golang:1.19.1 +FROM golang:1.19.2 ADD . /go/src/github.com/aquasecurity/harbor-scanner-trivy/ WORKDIR /go/src/github.com/aquasecurity/harbor-scanner-trivy/ diff --git a/make/photon/trivy-adapter/builder.sh b/make/photon/trivy-adapter/builder.sh index 23f4e4730..c90a94d07 100755 --- a/make/photon/trivy-adapter/builder.sh +++ b/make/photon/trivy-adapter/builder.sh @@ -19,7 +19,7 @@ TEMP=$(mktemp -d ${TMPDIR-/tmp}/trivy-adapter.XXXXXX) git clone https://github.com/aquasecurity/harbor-scanner-trivy.git $TEMP cd $TEMP; git checkout $VERSION; cd - -echo "Building Trivy adapter binary based on golang:1.19.1..." +echo "Building Trivy adapter binary based on golang:1.19.2..." cp Dockerfile.binary $TEMP docker build -f $TEMP/Dockerfile.binary -t trivy-adapter-golang $TEMP diff --git a/tests/ci/distro_installer.sh b/tests/ci/distro_installer.sh index 19dc879ce..f9a57857f 100755 --- a/tests/ci/distro_installer.sh +++ b/tests/ci/distro_installer.sh @@ -3,5 +3,5 @@ set -x set -e -sudo make package_online GOBUILDTAGS="include_oss include_gcs" VERSIONTAG=dev-gitaction PKGVERSIONTAG=dev-gitaction UIVERSIONTAG=dev-gitaction GOBUILDIMAGE=golang:1.19.1 COMPILETAG=compile_golangimage NOTARYFLAG=true CHARTFLAG=true TRIVYFLAG=true HTTPPROXY= PULL_BASE_FROM_DOCKERHUB=false -sudo make package_offline GOBUILDTAGS="include_oss include_gcs" VERSIONTAG=dev-gitaction PKGVERSIONTAG=dev-gitaction UIVERSIONTAG=dev-gitaction GOBUILDIMAGE=golang:1.19.1 COMPILETAG=compile_golangimage NOTARYFLAG=true CHARTFLAG=true TRIVYFLAG=true HTTPPROXY= PULL_BASE_FROM_DOCKERHUB=false +sudo make package_online GOBUILDTAGS="include_oss include_gcs" VERSIONTAG=dev-gitaction PKGVERSIONTAG=dev-gitaction UIVERSIONTAG=dev-gitaction GOBUILDIMAGE=golang:1.19.2 COMPILETAG=compile_golangimage NOTARYFLAG=true CHARTFLAG=true TRIVYFLAG=true HTTPPROXY= PULL_BASE_FROM_DOCKERHUB=false +sudo make package_offline GOBUILDTAGS="include_oss include_gcs" VERSIONTAG=dev-gitaction PKGVERSIONTAG=dev-gitaction UIVERSIONTAG=dev-gitaction GOBUILDIMAGE=golang:1.19.2 COMPILETAG=compile_golangimage NOTARYFLAG=true CHARTFLAG=true TRIVYFLAG=true HTTPPROXY= PULL_BASE_FROM_DOCKERHUB=false