From d3d6a5fcb7ec2a13909d48e4a831275b2d3cbcb2 Mon Sep 17 00:00:00 2001 From: Jonathan Scholz Date: Mon, 26 Aug 2019 16:33:03 +0200 Subject: [PATCH] ci: clean up repository after github actions was added (#18) * docs: Remove obsolete circleci badge from readme * ci: remove steps which are obsolete with go mods --- .github/workflows/go.yml | 8 -------- readme.md | 1 - 2 files changed, 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 04dff92..489f705 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,13 +16,5 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - - name: Get dependencies - run: | - go get -v -t -d ./... - if [ -f Gopkg.toml ]; then - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure - fi - - name: Run tests run: go test -v ./... diff --git a/readme.md b/readme.md index 99a59b5..c374aa2 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,6 @@ Small, globally unique IDs implemented in Go. [![GoDoc](https://godoc.org/github.com/robojones/iid?status.svg)](https://godoc.org/github.com/robojones/iid) -[![CircleCI](https://circleci.com/gh/robojones/iid/tree/master.svg?style=svg)](https://circleci.com/gh/robojones/iid/tree/master) ## Features