Skip to content

Commit

Permalink
Remove old travis build status link from readme (#407)
Browse files Browse the repository at this point in the history
* Remove old travis build status link from readme

* Remove unneeded go-version tag in CI
It is not supported inside golangci-lint-action and triggers a warning
  • Loading branch information
gabriel-vasile committed Jun 28, 2023
1 parent c9ecfdd commit f5a14c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: golangci/golangci-lint-action@v3.4.0
with:
version: "v1.45.2"
go-version: "1.18.x"

test:
strategy:
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
</h6>

<p align="center">
<a href="https://travis-ci.org/gabriel-vasile/mimetype">
<img alt="Build Status" src="https://travis-ci.org/gabriel-vasile/mimetype.svg?branch=master">
</a>
<a href="https://pkg.go.dev/github.com/gabriel-vasile/mimetype">
<img alt="Go Reference" src="https://pkg.go.dev/badge/github.com/gabriel-vasile/mimetype.svg">
</a>
Expand Down

0 comments on commit f5a14c2

Please sign in to comment.