upd github actions

This commit is contained in:
bulletmys
2021-10-10 20:22:25 +03:00
parent 4f5f962fb8
commit 7c1e3c1c97
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: [ '1.17', '1.16', '1.15' ]
steps:
@@ -22,7 +23,7 @@ jobs:
go-version: ${{ matrix.go }}
- name: Install golint
run: go get golang.org/x/lint/golint
run: go install golang.org/x/lint/golint
- name: Build and Run tests
run: make
+1 -1
View File
@@ -6,7 +6,7 @@ clean:
rm -rf benchmark/*_easyjson.go
build:
go build -i -o ./bin/easyjson ./easyjson
go build -o ./bin/easyjson ./easyjson
generate: build
bin/easyjson -stubs \