chore(ci): downgrade go to 1.25.5 and enable auto toolchain
Some checks failed
Build and Release / Create Release (push) Has been skipped
Build and Release / Unit Tests (push) Failing after 31s
Build and Release / Lint (push) Failing after 1m5s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Has been skipped
Build and Release / Build Binaries (amd64, darwin, macos) (push) Has been skipped
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Has been skipped
Build and Release / Integration Tests (PostgreSQL) (push) Failing after 1m7s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Has been skipped
Build and Release / Build Binary (linux/arm64) (push) Has been skipped
Some checks failed
Build and Release / Create Release (push) Has been skipped
Build and Release / Unit Tests (push) Failing after 31s
Build and Release / Lint (push) Failing after 1m5s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Has been skipped
Build and Release / Build Binaries (amd64, darwin, macos) (push) Has been skipped
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Has been skipped
Build and Release / Integration Tests (PostgreSQL) (push) Failing after 1m7s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Has been skipped
Build and Release / Build Binary (linux/arm64) (push) Has been skipped
Change GOTOOLCHAIN from local to auto to allow automatic Go version upgrades when required by go.mod. Downgrade base version from 1.25.7 to 1.25.5.
This commit is contained in:
@@ -15,8 +15,8 @@ env:
|
||||
GOPROXY: https://proxy.golang.org,direct
|
||||
GOPRIVATE: git.marketally.com
|
||||
GONOSUMDB: git.marketally.com
|
||||
GOTOOLCHAIN: local
|
||||
GO_VERSION: "1.25.7"
|
||||
GOTOOLCHAIN: auto
|
||||
GO_VERSION: "1.25.5"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user