Skip to content

Commit

Permalink
Update version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Dec 12, 2024
1 parent c2e27ba commit 9d6faed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-godel-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "GOPATH=$(go env GOPATH)" >> "$GITHUB_ENV"
echo "Set GOPATH=$(go env GOPATH) in GITHUB_ENV at $GITHUB_ENV"
- id: go-dist-info
uses: palantir/godel/go-dist-info@nmiyake/test-github-actions
uses: palantir/godel/go-dist-info@0.1.0
with:
gopath: ${{ steps.set-gopath.outputs.GOPATH }}
go-version: go1.23.3
Expand All @@ -30,7 +30,7 @@ jobs:
${{ steps.set-gopath.outputs.GOPATH }}/go-dists/${{ steps.go-dist-info.outputs.go-dist-version }}
key: ${{ runner.os }}-${{ steps.go-dist-info.outputs.go-dist-version }}
- id: go-dist-setup
uses: palantir/godel/go-dist-setup@nmiyake/test-github-actions
uses: palantir/godel/go-dist-setup@0.1.0
with:
gopath: ${{ steps.set-gopath.outputs.gopath }}
go-version: ${{ steps.go-dist-info.outputs.go-dist-version }}
Expand Down

0 comments on commit 9d6faed

Please sign in to comment.