From 80918e0e0498b88e649cfc71c6c7033e9e98e1ac Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Tue, 4 Jul 2023 09:41:57 +0000 Subject: [PATCH 1/3] chore: update minor version Signed-off-by: Billy Zha --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 9d73c8c66..5c7fb8b7c 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.0.0" + Version = "1.1.0" // BuildMetadata is the extra build time data BuildMetadata = "unreleased" // GitCommit is the git sha1 From 44bc8199c35c3aa8091e9cb77857eef8093ccecd Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Tue, 4 Jul 2023 09:51:11 +0000 Subject: [PATCH 2/3] update golang version Signed-off-by: Billy Zha --- .github/workflows/release-github.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index a21700f6b..26ee00e19 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.2' + go-version: '1.20.5' - name: run goreleaser uses: goreleaser/goreleaser-action@v2 with: diff --git a/Dockerfile b/Dockerfile index 1c937f7bf..e10ce407a 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.2-alpine as builder +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.5-alpine as builder ARG TARGETPLATFORM RUN apk add git make ENV ORASPKG /oras From 143a6229f02df64ce57854b9cda14abda9403efc Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Wed, 5 Jul 2023 02:19:47 +0000 Subject: [PATCH 3/3] update version number Signed-off-by: Billy Zha --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 5c7fb8b7c..684cd6aa5 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" + Version = "1.1.0-rc.1" // BuildMetadata is the extra build time data BuildMetadata = "unreleased" // GitCommit is the git sha1