Fix go module installation
Some checks failed
Generate and Release Protos / release (push) Failing after 32s

This commit is contained in:
2026-01-07 17:26:49 +00:00
parent 04ed0ede29
commit 051721ce02

View File

@@ -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