Skip to content

Commit

Permalink
remove old 1.12 build, and add new badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ansel1 committed Mar 3, 2021
1 parent 449bfc9 commit 76fd9c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,4 @@ jobs:
- name: Build
run: |
export PATH=$PATH:$GOPATH/bin
make tools all
buildold:
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off
defaults:
run:
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.12' ]
name: Build with old go version ${{ matrix.go }}, no modules
steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v2
with:
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: Build
run: |
export PATH=$PATH:$GOPATH/bin
go get ./...
go build ./...
make tools all
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# vespucci [![Build Status](https://travis-ci.org/ansel1/vespucci.svg?branch=master)](https://travis-ci.org/ansel1/vespucci)
# vespucci
[![Build](https://github.com/ansel1/vespucci/workflows/Build/badge.svg)](https://github.com/ansel1/vespucci/actions?query=branch%3Amaster+workflow%3ABuild+)
[![GoDoc](https://godoc.org/github.com/ansel1/vespucci/v4?status.png)](https://godoc.org/github.com/ansel1/vespucci/v4)
[![Go Report Card](https://goreportcard.com/badge/github.com/ansel1/vespucci/v4)](https://goreportcard.com/report/github.com/ansel1/vespucci/v4)

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

0 comments on commit 76fd9c7

Please sign in to comment.