File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
62
62
tag-operator-image-master :
63
63
machine :
64
- image : ubuntu-2004:202201-02
64
+ image : ubuntu-2404:current
65
65
docker_layer_caching : true
66
66
steps :
67
67
- attach-workspace
89
89
90
90
tag-operator-image-release :
91
91
machine :
92
- image : ubuntu-2004:202201-02
92
+ image : ubuntu-2404:current
93
93
docker_layer_caching : true
94
94
steps :
95
95
- attach-workspace
@@ -118,7 +118,7 @@ jobs:
118
118
make test-unit
119
119
run-integration-test :
120
120
machine :
121
- image : ubuntu-2004:202201-02
121
+ image : ubuntu-2404:current
122
122
docker_layer_caching : true
123
123
steps :
124
124
- go/install :
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
var (
4
- Version = "0.12.0 "
4
+ Version = "0.12.1 "
5
5
ThreescaleRelease = "2.15"
6
6
)
You can’t perform that action at this time.
0 commit comments