Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.0 to 5.0.1 (#60)
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] authored May 3, 2024
1 parent 397fbd3 commit 353b9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4.1.4

- name: Setup go ${{ env.GOLANG_VERSION }}
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
with:
go-version: ${{ env.GOLANG_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5.0.1
with:
go-version: ${{ env.GOLANG_VERSION }}
- shell: bash
Expand Down

0 comments on commit 353b9f2

Please sign in to comment.