Skip to content

Commit

Permalink
upgrade to actions/setup-go v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Apr 9, 2024
1 parent 477fc38 commit f9725ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit f9725ab

Please sign in to comment.