Skip to content

Commit

Permalink
Merge pull request #76 from Bablzz/fix/travis-badge
Browse files Browse the repository at this point in the history
Use action badge instead of travis badge
  • Loading branch information
TawR1024 authored Aug 22, 2024
2 parents 7fe91f6 + eef4009 commit bc9e167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mks-go: Go SDK for Managed Kubernetes Service
[![Go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/selectel/mks-go/)
[![Go Report Card](https://goreportcard.com/badge/github.com/selectel/mks-go)](https://goreportcard.com/report/github.com/selectel/mks-go)
[![Build Status](https://travis-ci.com/selectel/mks-go.svg?branch=master)](https://travis-ci.com/selectel/mks-go)
![Build Status](https://github.com/selectel/mks-go/actions/workflows/unit-tests.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/selectel/mks-go/badge.svg?branch=master)](https://coveralls.io/github/selectel/mks-go?branch=master)

Package mks-go provides Go SDK to work with the Selectel Managed Kubernetes Service.
Expand Down Expand Up @@ -148,4 +148,4 @@ func main() {
fmt.Printf("Cluster task: %+v\n", t)
}
}
```
```

0 comments on commit bc9e167

Please sign in to comment.