Skip to content

Commit

Permalink
Update go.yml for GitHub Actions to use Goss v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 26, 2023
1 parent a0f796f commit 3f0aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make build-linux-arm64

- shell: bash
run: echo "goss_commit_hash=32aae7649678efb2270b0644350ab007abe96c40" >> "$GITHUB_ENV" # v0.4.0-rc.3
run: echo "goss_commit_hash=7e70e27fd419534b2a208af8eea1747af5658e01" >> "$GITHUB_ENV" # v0.4.0

- if: runner.os == 'macOS' || runner.os == 'Windows'
shell: bash
Expand Down

0 comments on commit 3f0aeb8

Please sign in to comment.