Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 5 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent c7fd87d commit cf5716b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ steps.go_version.outputs.version }}

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ steps.go_version.outputs.version }}

Expand Down

0 comments on commit cf5716b

Please sign in to comment.