File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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 : bionic
18
+ dist : noble
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 : bionic
35
+ dist : noble
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 : bionic
52
+ dist : noble
53
53
sudo : required
54
54
go : 1.22.x
55
55
env :
@@ -100,7 +100,7 @@ jobs:
100
100
- stage : build
101
101
os : linux
102
102
arch : amd64
103
- dist : bionic
103
+ dist : noble
104
104
go : 1.22.x
105
105
script :
106
106
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
@@ -109,14 +109,14 @@ jobs:
109
109
if : type = pull_request
110
110
os : linux
111
111
arch : arm64
112
- dist : bionic
112
+ dist : noble
113
113
go : 1.21.x
114
114
script :
115
115
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
116
116
117
117
- stage : build
118
118
os : linux
119
- dist : bionic
119
+ dist : noble
120
120
go : 1.21.x
121
121
script :
122
122
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
@@ -125,7 +125,7 @@ jobs:
125
125
- stage : build
126
126
if : type = cron || (type = push && tag ~= /^v[0-9]/)
127
127
os : linux
128
- dist : bionic
128
+ dist : noble
129
129
go : 1.22.x
130
130
env :
131
131
- ubuntu-ppa
@@ -148,7 +148,7 @@ jobs:
148
148
- stage : build
149
149
if : type = cron
150
150
os : linux
151
- dist : bionic
151
+ dist : noble
152
152
go : 1.22.x
153
153
env :
154
154
- azure-purge
@@ -161,7 +161,7 @@ jobs:
161
161
- stage : build
162
162
if : type = cron
163
163
os : linux
164
- dist : bionic
164
+ dist : noble
165
165
go : 1.22.x
166
166
script :
167
167
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
You can’t perform that action at this time.
0 commit comments