Skip to content

Commit

Permalink
Update go.yml for GitHub Actions to use Goss v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Sep 26, 2024
1 parent d7142ad commit 3c37289
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 @@ -34,7 +34,7 @@ jobs:
run: go build -ldflags "-X main.version=${{ env.xmlpaste_version }}" xmlpaste.go xmlpaste_windows.go

- shell: bash
run: echo "goss_commit_hash=aed56336c3e8ff683e9540065b502f423dd6760d" >> "$GITHUB_ENV" # v0.4.8
run: echo "goss_commit_hash=5704120d25902119cb1139e04bca3db7742a9f73" >> "$GITHUB_ENV" # v0.4.9

- shell: bash
run: echo "GOSS_USE_ALPHA=1" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 3c37289

Please sign in to comment.