build(deps): bump golang to 1.27.0 - #644
Conversation
# Conflicts: # go.mod
Bring the Go 1.27 bump current with main after the goreleaser/registry fix landed (#659): go.mod/go.sum re-tidied under Go 1.27, keeping goreleaser v2.17.1 + registry v1.8.0. Verified: go build ./..., full test suite, and make build-snapshot (goreleaser compile-from-source) all green under 1.27. ❤️ Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #644 +/- ##
==========================================
+ Coverage 72.59% 78.19% +5.60%
==========================================
Files 239 239
Lines 20228 18135 -2093
==========================================
- Hits 14684 14181 -503
+ Misses 4274 3954 -320
+ Partials 1270 0 -1270 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The
For Unrelated nit, pre-existing (not from this PR): |
| require ( | ||
| github.com/fatih/color v1.19.0 // indirect | ||
| github.com/go-git/go-git/v5 v5.19.2 | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/kubescape/go-git-url v0.0.33 | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/spf13/pflag v1.0.10 | ||
| github.com/stretchr/objx v0.5.3 // indirect | ||
| github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||
| go.uber.org/atomic v1.11.0 // indirect | ||
| golang.org/x/term v0.45.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| ) |
There was a problem hiding this comment.
⭐ praise: Nice to find this included with the above dependencies!
| blob: `[1, 2, 3]`, | ||
| expectedErrorType: &json.UnmarshalTypeError{}, | ||
| expectedHookScripts: []HookScript{{Command: ""}}, | ||
| expectedHookScripts: []HookScript{{Command: ""}, {Command: ""}, {Command: ""}}, |
There was a problem hiding this comment.
🗃️ note: Here's the aforementioned change to tests.
Automatic update to the latest release of Go