Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 5 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent b55fea2 commit 6a21e72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: ["1.20", "1.21", "1.22"]
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
- name: Test
Expand All @@ -31,8 +31,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Benchmark
Expand Down

0 comments on commit 6a21e72

Please sign in to comment.