Skip to content

Commit

Permalink
Merge pull request #25 from pulumiverse/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5.0.1
  • Loading branch information
ringods committed May 6, 2024
2 parents 2d62128 + 0c388c5 commit 3531e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{matrix.goversion}}
- name: Install pulumictl
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{ matrix.goversion }}
- name: Install pulumictl
Expand Down

0 comments on commit 3531e8c

Please sign in to comment.