File tree 2 files changed +5
-26
lines changed
2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build
27
27
run : |
28
28
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
Original file line number Diff line number Diff line change 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 )
2
5
3
6
vespucci implements utility functions for transforming values into a representation
4
7
using only the simple types used in golang's mapping to JSON:
You can’t perform that action at this time.
0 commit comments