Commit 4e88979
committed
ci: build with the go1.27 release candidate instead of gotip
Go 1.27 release candidates are out, so CI no longer needs to bootstrap
and cache a gotip devel toolchain. Both workflows now install
go1.27rc2 with a single actions/setup-go, which also handles the module
and build caches -- dropping the separate gotip SDK and Go cache steps.
The version is pinned in a GO_VERSION env var in each workflow so
moving to a later RC, or to '1.27' once 1.27.0 ships, is a one-line
edit. GOTOOLCHAIN=local stays: the RC satisfies the `go 1.27` go.mod
requirement on its own.
The Makefile still defaults to GO ?= gotip for local development, so
the CI steps pass GO=go explicitly.
Verified against go1.27rc2 locally: gofmt, vet, build, `go test -race
./...`, the integration suite, the stress-tagged vet, and `make stress`
all pass.
Claude-Session: https://claude.ai/code/session_01LgyCGiwxZCkSXxgy3PqfPC1 parent 420f07b commit 4e88979
2 files changed
Lines changed: 30 additions & 87 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 33 | + | |
63 | 34 | | |
64 | 35 | | |
65 | | - | |
| 36 | + | |
66 | 37 | | |
67 | 38 | | |
68 | 39 | | |
69 | | - | |
| 40 | + | |
70 | 41 | | |
71 | 42 | | |
72 | 43 | | |
73 | 44 | | |
74 | 45 | | |
75 | 46 | | |
| 47 | + | |
| 48 | + | |
76 | 49 | | |
77 | | - | |
| 50 | + | |
78 | 51 | | |
79 | 52 | | |
80 | | - | |
| 53 | + | |
81 | 54 | | |
82 | 55 | | |
83 | | - | |
| 56 | + | |
84 | 57 | | |
85 | 58 | | |
86 | | - | |
| 59 | + | |
87 | 60 | | |
88 | 61 | | |
89 | 62 | | |
90 | 63 | | |
91 | 64 | | |
92 | 65 | | |
93 | | - | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
| 38 | + | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 57 | + | |
88 | 58 | | |
89 | 59 | | |
90 | | - | |
| 60 | + | |
91 | 61 | | |
92 | 62 | | |
93 | 63 | | |
| |||
99 | 69 | | |
100 | 70 | | |
101 | 71 | | |
102 | | - | |
| 72 | + | |
0 commit comments