From 906f6275a494406ffba2fb3ed1cbb7b0696d6663 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 8 Dec 2022 08:57:49 +0800 Subject: [PATCH] chore(CI): remove build step --- .github/workflows/go.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f304ff..27db61f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,27 +21,5 @@ jobs: - name: Setup golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.46.2 + version: v1.50.1 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