Skip to content

Commit

Permalink
Merge pull request cockroachdb#1241 from nicktrav/nickt.go-1.14
Browse files Browse the repository at this point in the history
ci: remove support for Go v1.14; remove TravisCI
  • Loading branch information
nicktrav authored Aug 27, 2021
2 parents 2b4f90f + 38dd75e commit ff43a58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
go:
- "1.14"
- "1.15"
- "1.16"
- "1.17"
steps:
- uses: actions/checkout@v2

Expand Down
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pebble [![Build Status](https://travis-ci.com/cockroachdb/pebble.svg?branch=master)](https://travis-ci.com/cockroachdb/pebble) [![GoDoc](https://godoc.org/github.com/cockroachdb/pebble?status.svg)](https://godoc.org/github.com/cockroachdb/pebble)
# Pebble [![Build Status](https://github.com/cockroachdb/pebble/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/cockroachdb/pebble/actions/workflows/ci.yaml) [![GoDoc](https://godoc.org/github.com/cockroachdb/pebble?status.svg)](https://godoc.org/github.com/cockroachdb/pebble)

#### [Nightly benchmarks](https://cockroachdb.github.io/pebble/)

Expand Down

0 comments on commit ff43a58

Please sign in to comment.