Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent f73caf9 commit f961ae0
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 @@ -13,7 +13,7 @@ jobs:
name: mini ${{ matrix.arch }} for ${{ matrix.targetos }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4.1.0
- uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"
check-latest: true
Expand Down

0 comments on commit f961ae0

Please sign in to comment.