From 14614f366849e6ffbb51be10ae462b7afea74605 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Mon, 10 Jul 2023 03:07:29 +0000 Subject: [PATCH] Revert "chore: update minor version (#1000)" This reverts commit 42650e5778283be7e4926f123f183db12dfbacaa. Signed-off-by: Billy Zha --- .github/workflows/release-github.yml | 2 +- Dockerfile | 2 +- internal/version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 26ee00e19..a21700f6b 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -29,7 +29,7 @@ jobs: - name: setup go environment uses: actions/setup-go@v3 with: - go-version: '1.20.5' + go-version: '1.20.2' - name: run goreleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/Dockerfile b/Dockerfile index e10ce407a..1c937f7bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.5-alpine as builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.2-alpine as builder ARG TARGETPLATFORM RUN apk add git make ENV ORASPKG /oras diff --git a/internal/version/version.go b/internal/version/version.go index 684cd6aa5..9d73c8c66 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version var ( // Version is the current version of the oras. - Version = "1.1.0-rc.1" + Version = "1.0.0" // BuildMetadata is the extra build time data BuildMetadata = "unreleased" // GitCommit is the git sha1