Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.2 to 5.1.0 (#520)
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 Oct 25, 2024
1 parent 43d461c commit 4c840a4
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.2.2

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

Expand Down

0 comments on commit 4c840a4

Please sign in to comment.