File tree Expand file tree Collapse file tree 6 files changed +36
-39
lines changed
Expand file tree Collapse file tree 6 files changed +36
-39
lines changed Original file line number Diff line number Diff line change 66 - synchronize
77 - reopened
88 - ready_for_review
9- env :
10- GO_VERSION : 1.22.5
119jobs :
1210 Static :
1311 runs-on : ubuntu-latest
1715 - name : Setup Go
1816 uses : actions/setup-go@v3
1917 with :
20- go-version : ${{ env.GO_VERSION }}
18+ go-version-file : go.mod
2119 cache : true
2220 - name : Touch
2321 run : make touch
3533 - name : Setup Go
3634 uses : actions/setup-go@v3
3735 with :
38- go-version : ${{ env.GO_VERSION }}
36+ go-version-file : go.mod
3937 cache : true
4038 - name : Install Helm
4139 uses : azure/setup-helm@v3
Original file line number Diff line number Diff line change 66 tags :
77 - ' *'
88env :
9- GO_VERSION : 1.22.5
109 REGISTRY : ghcr.io
1110jobs :
1211 release :
1918 - name : Setup Go
2019 uses : actions/setup-go@v3
2120 with :
22- go-version : ${{ env.GO_VERSION }}
21+ go-version-file : go.mod
2322 cache : true
2423 - name : Install Helm
2524 uses : azure/setup-helm@v3
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller
44
55type : application
66
7- version : v0.1.23
8- appVersion : v0.1.23
7+ version : v0.1.24
8+ appVersion : v0.1.24
99
1010icon : https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
1111
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ require (
1010 github.com/oapi-codegen/runtime v1.1.1
1111 github.com/spf13/pflag v1.0.5
1212 github.com/stretchr/testify v1.9.0
13- github.com/unikorn-cloud/core v0.1.62
14- github.com/unikorn-cloud/identity v0.2.28
13+ github.com/unikorn-cloud/core v0.1.63
14+ github.com/unikorn-cloud/identity v0.2.29
1515 go.opentelemetry.io/otel v1.28.0
1616 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0
1717 go.opentelemetry.io/otel/sdk v1.28.0
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
138138github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
139139github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
140140github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
141- github.com/unikorn-cloud/core v0.1.62 h1:EbXZxQxBIYjWC/LVLw8xAd46609u5GLc2DxnrZnLYxE =
142- github.com/unikorn-cloud/core v0.1.62 /go.mod h1:Cd0zU1LrKo+OwnnCwuTQ+QL3yibnkjDHtkujfDM4AdE =
143- github.com/unikorn-cloud/identity v0.2.28 h1:tJqkcTurte0oEHUW6EUjcZ69x2z0KI8puHSBKHF6ECE =
144- github.com/unikorn-cloud/identity v0.2.28 /go.mod h1:k3Dfr604vlP5ryJJsFc412vgaIuztCzxsuiQwa3ws1Q =
141+ github.com/unikorn-cloud/core v0.1.63 h1:Jl/xuoGRKESMXhS1+apcaS/1I776agTyT75BGz9AKBA =
142+ github.com/unikorn-cloud/core v0.1.63 /go.mod h1:JcUIQW3+oiZPUQmOlENw3OCi35IBxPKa+J4MbP3TO7k =
143+ github.com/unikorn-cloud/identity v0.2.29 h1:kKEJmh6tjjdvZWYdZhyRewG3aHf9wmWwG5C/kb+Rm9A =
144+ github.com/unikorn-cloud/identity v0.2.29 /go.mod h1:ujrL+6kRUrPIk4Z0Yc12A+FDy6L4b2Hgzz6oGZlKfGI =
145145github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
146146github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
147147github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
You can’t perform that action at this time.
0 commit comments