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 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