Skip to content

Commit

Permalink
Merge pull request #48 from thaJeztah/update_ci
Browse files Browse the repository at this point in the history
GHA: update to Go 1.16.x, actions/setup-go@v2, fix badges
  • Loading branch information
dmcgowan committed Mar 16, 2021
2 parents 11d8e71 + d124706 commit 68336a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI

on:
push:
Expand All @@ -15,9 +15,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16.x
id: go

- name: Setup Go binary path
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
[![Go Report Card](https://goreportcard.com/badge/github.com/containerd/console)](https://goreportcard.com/report/github.com/containerd/console)

Golang package for dealing with consoles. Light on deps and a simple API.

Expand Down

0 comments on commit 68336a7

Please sign in to comment.