Skip to content

Commit

Permalink
fix: remove Travis link and fix tests actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Apr 2, 2023
1 parent df62a52 commit 4cde94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '>=1.17.0'
- name: Build
run: go build -v ./...
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@
[![Tidelift][17]][18]

[1]: https://github.com/imdario/mergo/workflows/tests/badge.svg?branch=master
[2]: https://travis-ci.org/imdario/mergo
[2]: https://github.com/imdario/mergo/actions/workflows/tests.yml
[3]: https://godoc.org/github.com/imdario/mergo?status.svg
[4]: https://godoc.org/github.com/imdario/mergo
[5]: https://img.shields.io/github/release/imdario/mergo.svg
Expand Down

0 comments on commit 4cde94b

Please sign in to comment.