Skip to content

Commit

Permalink
Merge pull request #78 from suzuki-shunsuke/chore/update-go-release-w…
Browse files Browse the repository at this point in the history
…orkflow-040

chore: update go-release-workflow to v0.4.0
  • Loading branch information
suzuki-shunsuke authored Feb 18, 2023
2 parents ce68d56 + 42adf22 commit 5c86e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Release
on:
push:
tags: [v*]
permissions: {}
env:
AQUA_POLICY_CONFIG: ${{ github.workspace }}/aqua-policy.yaml
jobs:
release:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@72c13fd359150f22a93394f47a02840d08edd146 # v0.3.0
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@900ca573c11c589375527553edee097fd80dc9a4 # v0.4.0
with:
homebrew: true
aqua_version: v1.33.0
go-version: 1.20.1
aqua_policy_config: aqua-policy.yaml
secrets:
gh_app_id: ${{ secrets.APP_ID }}
gh_app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@d066660eecb8f8a005d498a561d1938e3a843571 # v0.4.1
with:
aqua_version: v1.33.0
go-version: 1.19.5
go-version: 1.20.1
aqua_policy_config: aqua-policy.yaml
permissions:
pull-requests: write
Expand Down

0 comments on commit 5c86e43

Please sign in to comment.