Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.1 to 5.0.2 (#501)
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 Jul 11, 2024
1 parent 1e47e4c commit b688fae
Showing 1 changed file with 1 addition and 1 deletion.
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.7

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

Expand Down

0 comments on commit b688fae

Please sign in to comment.