File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 15
15
if : type = push
16
16
os : linux
17
17
arch : amd64
18
- dist : noble
18
+ dist : focal
19
19
go : 1.22.x
20
20
env :
21
21
- docker
32
32
if : type = push
33
33
os : linux
34
34
arch : arm64
35
- dist : noble
35
+ dist : focal
36
36
go : 1.22.x
37
37
env :
38
38
- docker
49
49
- stage : build
50
50
if : type = push
51
51
os : linux
52
- dist : noble
52
+ dist : focal
53
53
sudo : required
54
54
go : 1.22.x
55
55
env :
@@ -100,15 +100,15 @@ jobs:
100
100
if : type = push
101
101
os : linux
102
102
arch : amd64
103
- dist : noble
103
+ dist : focal
104
104
go : 1.22.x
105
105
script :
106
106
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
107
107
108
108
- stage : build
109
109
if : type = push
110
110
os : linux
111
- dist : noble
111
+ dist : focal
112
112
go : 1.21.x
113
113
script :
114
114
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES
@@ -117,7 +117,7 @@ jobs:
117
117
- stage : build
118
118
if : type = cron || (type = push && tag ~= /^v[0-9]/)
119
119
os : linux
120
- dist : noble
120
+ dist : focal
121
121
go : 1.22.x
122
122
env :
123
123
- ubuntu-ppa
@@ -133,7 +133,7 @@ jobs:
133
133
- stage : build
134
134
if : type = cron
135
135
os : linux
136
- dist : noble
136
+ dist : focal
137
137
go : 1.22.x
138
138
env :
139
139
- azure-purge
@@ -146,7 +146,7 @@ jobs:
146
146
- stage : build
147
147
if : type = cron
148
148
os : linux
149
- dist : noble
149
+ dist : focal
150
150
go : 1.22.x
151
151
env :
152
152
- racetests
You can’t perform that action at this time.
0 commit comments