From 0a174484f41a33011b3f8b81dc239e1379eb3378 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Thu, 27 Jun 2024 00:00:52 -0500 Subject: [PATCH 1/2] chore: releng v0.0.1 --- Changes.md | 4 ++++ cmd/version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 162dc81..9818f1f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +## v0.0.1 2024-06-27 + + * Adding binaries to the release. + ## v0.0.0 2024-06-25 * Initial release. diff --git a/cmd/version.txt b/cmd/version.txt index 77d6f4c..8acdd82 100644 --- a/cmd/version.txt +++ b/cmd/version.txt @@ -1 +1 @@ -0.0.0 +0.0.1 From 74644d2e9e37bdb5ce002008b187a9bb65af3b57 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Thu, 27 Jun 2024 00:03:26 -0500 Subject: [PATCH 2/2] fix: bump golang in cicd --- .github/workflows/prepare.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare.yaml b/.github/workflows/prepare.yaml index e09230e..3d3484e 100644 --- a/.github/workflows/prepare.yaml +++ b/.github/workflows/prepare.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version: '1.22' - name: Release Verseion run: echo RELEASE_VERSION=$(echo $GITHUB_REF_NAME | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+.*$') >> $GITHUB_ENV - name: Version Check diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c780108..a6299d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version: '1.22' - name: Release Verseion run: echo RELEASE_VERSION=$(echo $GITHUB_REF_NAME | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+.*$') >> $GITHUB_ENV - name: Version Check