File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
env :
19
19
IS_LATEST_RELEASE : ' true'
20
- APP_VERSION : 0.0 .0
20
+ APP_VERSION : 0.2 .0
21
21
22
22
steps :
23
23
- name : Checkout Code
58
58
files : |
59
59
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz
60
60
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz.sha256
61
- tag_name : v0.1 .0-dev04
62
- name : v0.1 .0-dev04
61
+ tag_name : v0.2 .0-dev01
62
+ name : v0.2 .0-dev01
63
63
body : Generate debian package
64
64
prerelease : ${{ env.IS_LATEST_RELEASE != 'true' }}
65
65
Original file line number Diff line number Diff line change 1
1
NAME := cos-csi-mounter
2
- APP_VERSION := 0.0 .0
2
+ APP_VERSION := 0.2 .0
3
3
BUILD_DIR := $(NAME ) -$(APP_VERSION )
4
4
BIN_DIR := bin
5
5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/IBM/ibm-object-csi-driver/cos-csi-mounter
3
3
go 1.24.3
4
4
5
5
require (
6
- github.com/IBM/ibm-object-csi-driver v0.1.1
6
+ github.com/IBM/ibm-object-csi-driver v0.1.2
7
7
github.com/gin-gonic/gin v1.10.0
8
8
github.com/stretchr/testify v1.10.0
9
9
go.uber.org/zap v1.27.0
Original file line number Diff line number Diff line change 1
- github.com/IBM/ibm-object-csi-driver v0.1.1 h1:q1sLWDpxl8NmvJA5DdZ2P7kL9fnPo0qFC5T9TlGRAMY =
2
- github.com/IBM/ibm-object-csi-driver v0.1.1 /go.mod h1:5QAvT9DWDcIHCHAhwFScc+QrIn1/YJ0qMZrbkfw45BQ =
1
+ github.com/IBM/ibm-object-csi-driver v0.1.2 h1:77UbsopqkpHRPP3WWV+EK5THn92fQ0e7ADk2L2MdLcE =
2
+ github.com/IBM/ibm-object-csi-driver v0.1.2 /go.mod h1:5QAvT9DWDcIHCHAhwFScc+QrIn1/YJ0qMZrbkfw45BQ =
3
3
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0 =
4
4
github.com/bytedance/sonic v1.11.6 /go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4 =
5
5
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM =
You can’t perform that action at this time.
0 commit comments