diff --git a/.github/workflows/build_master.yml b/.github/workflows/build.yml similarity index 99% rename from .github/workflows/build_master.yml rename to .github/workflows/build.yml index 9b64d5495f69ecbc59fdd4b9dc4ef04465baaf3f..6387efbaea4e5c64bcaab6ad69e007c4a509b184 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Master +name: build on: push: branches: diff --git a/README.md b/README.md index fe3995e2becd4a2c0c875d5c86386f51dd4cc0cd..9d08c8953ac45e8989a449ffc6d672b67b60e37a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # minikube -[![Actions Status](https://github.com/kubernetes/minikube/workflows/Build%20Master/badge.svg)](https://github.com/kubernetes/minikube/actions) +[![Actions Status](https://github.com/kubernetes/minikube/workflows/build/badge.svg)](https://github.com/kubernetes/minikube/actions) [![GoReport Widget]][GoReport Status] [![Github All Releases](https://img.shields.io/github/downloads/kubernetes/minikube/total.svg)](https://github.com/kubernetes/minikube/releases/latest) [![Latest Release](https://img.shields.io/github/v/release/kubernetes/minikube?include_prereleases)](https://github.com/kubernetes/minikube/releases/latest) diff --git a/hack/update/golang_version/update_golang_version.go b/hack/update/golang_version/update_golang_version.go index 9ee58c088df07c809d3dfb9a5e7ab7c019a6ecc1..ca1096f203784fbd5f88146f5e0f5b8a6c0dbc27 100644 --- a/hack/update/golang_version/update_golang_version.go +++ b/hack/update/golang_version/update_golang_version.go @@ -55,7 +55,7 @@ var ( `go-version: '.*`: `go-version: '{{.StableVersion}}'`, }, }, - ".github/workflows/build_master.yml": { + ".github/workflows/build.yml": { Replace: map[string]string{ `go-version: '.*`: `go-version: '{{.StableVersion}}'`, },