Compare commits

..

No commits in common. "7c5f4a95da89da574aac88fc8415088584725ad4" and "932d5c380f2bd4d443712e43debc4381c9f3736f" have entirely different histories.

4 changed files with 2 additions and 9 deletions

View File

@ -1,3 +0,0 @@
## v0.7.2 - 2025-02-14
### Fixed
* CI configs

View File

@ -21,7 +21,7 @@ jobs:
- run: git fetch --force --tags - run: git fetch --force --tags
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: with:
go-version: '1.23' go-version: '1.20'
cache: true cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends # More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs. # on your needs.

View File

@ -6,10 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## v0.7.2 - 2025-02-14
### Fixed
* CI configs
## v0.7.1 - 2025-02-14 ## v0.7.1 - 2025-02-14
### Fixed ### Fixed
* Incorrect local config file loading logic caused files to not be detected * Incorrect local config file loading logic caused files to not be detected

View File

@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
const versionStr = "0.7.2" const versionStr = "0.7.1"
var ( var (
versionCmd = &cobra.Command{ versionCmd = &cobra.Command{