Commit 08c198a
authored
chore: update go to v1.25 (#4499)
#### What type of PR is this?
Chore
#### What this PR does / why we need it:
Update Go version to v1.25, this version introduces a couple of
performance optimizations which would benefit Armada components,
especially the scheduler.
`golang.org/x/tools/cmd/goimports` needed to be bumped to `v0.38.0` so
it contains a version of `golang.org/x/tools` which is compatible with
go1.25.
`github.com/go-swagger/go-swagger/cmd/swagger` needed to be bumped to
`v0.33.1` due to above reason.
`go.uber.org/mock/mockgen` needed to be bumped to `v0.6.0` due to above
reason.
`github.com/golangci/golangci-lint/cmd/golangci-lint` needed to be
bumped to `v2.5.0` due to above reason.
More info on `x/tools` compatibility issues here
golang/go#74462
All code changes are auto-generated from:
* `go run github.com/magefile/[email protected] -v proto`
* `go run github.com/magefile/[email protected] -v generate`
Signed-off-by: Dejan Zele Pejchev <[email protected]>1 parent 8218a0b commit 08c198a
File tree
33 files changed
+238
-118
lines changed- .github/actions/setup-go-cache
- docs
- internal
- lookout/gen
- models
- restapi
- operations
- server/mocks
- magefiles
- pkg/api
- binoculars
33 files changed
+238
-118
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments