There was an error while loading. Please reload this page.
2 parents 7b6dc49 + e01c32b commit 88e97ffCopy full SHA for 88e97ff
1 file changed
.github/workflows/publish-schema.yaml
@@ -47,11 +47,11 @@ jobs:
47
- name: Checkout
48
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
50
- - name: Setup Go 1.21.x
51
- uses: actions/setup-go@v5
+ - name: Setup Go environment
+ uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
52
with:
53
- # Semantic version range syntax or exact version of Go
54
- go-version: "1.21.x"
+ cache: true
+ go-version-file: schema/go.mod
55
cache-dependency-path: schema/go.mod
56
57
- name: Export Schema
0 commit comments