Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4 to 5 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 3, 2024
1 parent 7069948 commit be4df5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: ${{ fromJSON(needs.go-versions.outputs.matrix) }}
steps:
- name: Set up Go ${{ matrix.version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: go-version

- name: Set up Go ${{ steps.go-version.outputs.latest }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
id: go
with:
go-version: ${{ steps.go-version.outputs.latest }}
Expand Down

0 comments on commit be4df5e

Please sign in to comment.