Skip to content

Commit

Permalink
upgrade ci (#4)
Browse files Browse the repository at this point in the history
* doc: fix release badge url

* build: upgrade github actions
  • Loading branch information
halimath authored Nov 12, 2023
1 parent 5fc1210 commit 70eb194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Test
run: go test -cover ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,5 @@ limitations under the License.
[go-report-card-url]: https://goreportcard.com/report/github.com/halimath/expect
[package-doc-img-url]: https://img.shields.io/badge/GoDoc-Reference-blue.svg
[package-doc-url]: https://pkg.go.dev/github.com/halimath/expect
[release-img-url]: https://img.shields.io/github/v/release/halimath/expect-go.svg
[release-img-url]: https://img.shields.io/github/v/release/halimath/expect.svg
[release-url]: https://github.com/halimath/expect/releases

0 comments on commit 70eb194

Please sign in to comment.