Commit 79c24cb 1 parent e33ddbf commit 79c24cb Copy full SHA for 79c24cb
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ jobs:
106
106
- name : Install Bun
107
107
uses : oven-sh/setup-bun@v2
108
108
109
- # Ensure /v3 is updated as the major version changes
109
+ # Ensure /v4 is updated as the major version changes
110
110
- name : Update Go Registry
111
111
run : |
112
112
GOPROXY=proxy.golang.org go list \
113
- -m github.com/open-ibc/vibc-core-smart-contracts/v3 @${{ steps.version.outputs.release }}
113
+ -m github.com/open-ibc/vibc-core-smart-contracts/v4 @${{ steps.version.outputs.release }}
114
114
115
115
- name : Update NPM Registry
116
116
run : |
Original file line number Diff line number Diff line change 1
- module github.com/open-ibc/vibc-core-smart-contracts/v3
1
+ module github.com/open-ibc/vibc-core-smart-contracts/v4
2
2
3
3
go 1.21
4
4
You can’t perform that action at this time.
0 commit comments