Skip to content

Commit

Permalink
Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed Apr 19, 2024
1 parent ef555de commit 8c3a618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version-file: go.mod
cache: false

- name: Tests
run: |
make test
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

- name: Benchmark
run: |
Expand Down

0 comments on commit 8c3a618

Please sign in to comment.