forked from fluxninja/aperture
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade go to 1.20.7 as there are some issues with go 1.21.0 (fluxn…
…inja#2569) Reverting the Go version upgrade as there are some issues with `go generate` and proto file namespace conflict "Chore: Downgraded Golang version and updated cache keys" - Downgraded the Golang version from 1.21.0 to 1.20.7 across all Dockerfiles, configuration files, and scripts for consistency and compatibility. - Updated the cache keys in CircleCI configuration files from "v12" to "v13" to ensure proper cache invalidation and regeneration. - Adjusted the `go mod tidy` command to use `-compat=1.20` instead of `-compat=1.21` in pre-commit hooks and scripts. These changes do not introduce any new features or bug fixes, but they help maintain the project's stability and efficiency.
- Loading branch information
1 parent
327c2d8
commit 84f2f8e
Showing
22 changed files
with
33 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/fluxninja/aperture/v2 | ||
|
||
go 1.21 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 | ||
|
Oops, something went wrong.