Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: update to Go 1.16.x, actions/setup-go@v2, fix badges #48

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

thaJeztah
Copy link
Member

  • GHA: update to Go 1.16.x, actions/setup-go@v2
  • README: update badges to show GHA status
    This was overlooked when switching to GHA. Also adds badges for go.pkg.dev and Go Report Card.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

README.md Outdated Show resolved Hide resolved
@thaJeztah
Copy link
Member Author

@dmcgowan updated; PTAL

@@ -1,6 +1,8 @@
# console

[![Build Status](https://travis-ci.org/containerd/console.svg?branch=master)](https://travis-ci.org/containerd/console)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/containerd/console)](https://pkg.go.dev/github.com/containerd/console)
[![Build Status](https://github.com/containerd/console/workflows/CI/badge.svg)](https://github.com/containerd/console/actions?query=workflow%3ACI)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The workflow name for this project is Go, not CI. Not sure why that is, either CI needs to be changed here or rename in ci.yml to CI. This produces 404

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated ci.yml and renamed to CI, which is what we use in the other repositories.

There's probably some simplification possible in GHA (swap some steps out for containerd/project-checks@v1), but I'll look at those in follow ups across the board (it's not really urgent)

This was overlooked when switching to GHA. Also adds badges for go.pkg.dev and Go Report Card.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Copy link
Member

@dims dims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

thanks @thaJeztah

@dmcgowan dmcgowan merged commit 68336a7 into containerd:master Mar 16, 2021
@thaJeztah thaJeztah deleted the update_ci branch March 16, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants