Skip to content

Commit

Permalink
update actions to .23
Browse files Browse the repository at this point in the history
  • Loading branch information
rjNemo committed Sep 8, 2024
1 parent 88dce52 commit 507e604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: [ push, pull_request ]
on: [push, pull_request]
jobs:
build:
name: Build
Expand All @@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.23"
- name: Run tests with coverage
run: go test -coverprofile=coverage.out -covermode=count ./...
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 507e604

Please sign in to comment.