Skip to content

Commit

Permalink
Bump actions/setup-go from 4.0.1 to 4.1.0 (#416)
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 Aug 14, 2023
1 parent 8ecff25 commit 844f851
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@v3.5.3

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

Expand Down

0 comments on commit 844f851

Please sign in to comment.