Skip to content

Commit 76fd9c7

Browse files
committed
remove old 1.12 build, and add new badges
1 parent 449bfc9 commit 76fd9c7

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

.github/workflows/go.yml

+1-25
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,4 @@ jobs:
2626
- name: Build
2727
run: |
2828
export PATH=$PATH:$GOPATH/bin
29-
make tools all
30-
buildold:
31-
env:
32-
GOPATH: ${{ github.workspace }}
33-
GO111MODULE: off
34-
defaults:
35-
run:
36-
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
37-
runs-on: ubuntu-latest
38-
strategy:
39-
matrix:
40-
go: [ '1.12' ]
41-
name: Build with old go version ${{ matrix.go }}, no modules
42-
steps:
43-
- uses: actions/setup-go@v2
44-
with:
45-
go-version: ${{ matrix.go }}
46-
- uses: actions/checkout@v2
47-
with:
48-
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
49-
- name: Build
50-
run: |
51-
export PATH=$PATH:$GOPATH/bin
52-
go get ./...
53-
go build ./...
29+
make tools all

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# vespucci [![Build Status](https://travis-ci.org/ansel1/vespucci.svg?branch=master)](https://travis-ci.org/ansel1/vespucci)
1+
# vespucci
2+
[![Build](https://github.com/ansel1/vespucci/workflows/Build/badge.svg)](https://github.com/ansel1/vespucci/actions?query=branch%3Amaster+workflow%3ABuild+)
3+
[![GoDoc](https://godoc.org/github.com/ansel1/vespucci/v4?status.png)](https://godoc.org/github.com/ansel1/vespucci/v4)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/ansel1/vespucci/v4)](https://goreportcard.com/report/github.com/ansel1/vespucci/v4)
25

36
vespucci implements utility functions for transforming values into a representation
47
using only the simple types used in golang's mapping to JSON:

0 commit comments

Comments
 (0)