Removed remaining CircleCI artifacts

Signed-off-by: Andrew Block <andy.block@gmail.com>
pull/11676/head
Andrew Block 1 year ago
parent 0772be633f
commit 07821c8037
No known key found for this signature in database
GPG Key ID: 02DFE631AEF35EBC

@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
with:
go-version-file: go.mod
go-version: '1.18'
- name: Install golangci-lint
run: |
curl -sSLO https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-amd64.tar.gz

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
with:
go-version-file: go.mod
go-version: '1.18'
- name: Set Version
id: set-version
@ -55,7 +55,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@3.5.0
with:
go-version-file: go.mod
go-version: '1.18'
- name: Build Helm Binaries
run: |

@ -1,6 +1,6 @@
# Helm
[![CircleCI](https://circleci.com/gh/helm/helm.svg?style=shield)](https://circleci.com/gh/helm/helm)
[![Build Status](https://github.com/helm/helm/workflows/push/badge.svg?branch=main)](https://github.com/helm/helm/actions?workflow=build-pr)
[![Go Report Card](https://goreportcard.com/badge/github.com/helm/helm)](https://goreportcard.com/report/github.com/helm/helm)
[![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=blue)](https://pkg.go.dev/helm.sh/helm/v3)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3131/badge)](https://bestpractices.coreinfrastructure.org/projects/3131)

@ -37,7 +37,7 @@ generate_cover_data() {
}
push_to_coveralls() {
goveralls -coverprofile="${profile}" -service=circle-ci
goveralls -coverprofile="${profile}" -service=github
}
generate_cover_data

Loading…
Cancel
Save