chore(CI): remove build step

This commit is contained in:
Bo-Yi Wu 2022-12-08 08:57:49 +08:00
parent 4a05db1fe7
commit 906f6275a4

View File

@ -21,27 +21,5 @@ jobs:
- name: Setup golangci-lint - name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.46.2 version: v1.50.1
args: --verbose args: --verbose
build:
strategy:
matrix:
os: [ubuntu-latest]
go: [ 1.19]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org
container:
image: techknowlogick/xgo:go-1.18.x
steps:
- name: build all binaries
run: |
set -x
export PATH=$PATH:$GOPATH/bin
make release