2
0

fix(ci): use Go 1.26 instead of 1.26.2
Some checks failed
Build and Release / Unit Tests (push) Successful in 4m3s
Build and Release / Create Release (push) Successful in 1s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 9m38s
Build and Release / Lint (push) Successful in 10m45s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Failing after 3m26s
Build and Release / Build Binaries (amd64, darwin, macos) (push) Successful in 5m53s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Successful in 9h9m9s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Successful in 5m56s
Build and Release / Build Binary (linux/arm64) (push) Failing after 16s

Use major.minor version format to automatically pick up latest patch releases.
This commit is contained in:
2026-04-23 02:28:43 -04:00
parent 3c8405a3b2
commit 62f4a3ce37

View File

@@ -16,7 +16,7 @@ env:
GOPRIVATE: git.marketally.com
GONOSUMDB: git.marketally.com
GOTOOLCHAIN: local
GO_VERSION: "1.26.2"
GO_VERSION: "1.26"
NODE_VERSION: "22"
jobs: