Skip to content

Commit

Permalink
Proper golang version in publish-schema workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Nov 20, 2024
1 parent 7b6dc49 commit e01c32b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup Go 1.21.x
uses: actions/setup-go@v5
- name: Setup Go environment
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
# Semantic version range syntax or exact version of Go
go-version: "1.21.x"
cache: true
go-version-file: schema/go.mod
cache-dependency-path: schema/go.mod

- name: Export Schema
Expand Down

0 comments on commit e01c32b

Please sign in to comment.