Fix go module installation
Some checks failed
Generate and Release Protos / release (push) Failing after 32s
Some checks failed
Generate and Release Protos / release (push) Failing after 32s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23'
|
||||
go-version: '1.24'
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Install Generators
|
||||
run: |
|
||||
npm install -g json-schema-to-typescript typescript
|
||||
go install github.com/atombender/go-jsonschema/cmd/go-jsonschema@latest
|
||||
go install github.com/atombender/go-jsonschema@latest
|
||||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
|
||||
- run: scripts/build.sh
|
||||
|
||||
Reference in New Issue
Block a user