Skip to content

Commit

Permalink
fix build_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Oct 17, 2021
1 parent 3e7da36 commit a4ec7a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ on: [push, pull_request]
name: Build Test
jobs:
build_test_v2:
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
runs-on: ubuntu-20.04
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand All @@ -31,6 +35,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
runs-on: ubuntu-20.04
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit a4ec7a2

Please sign in to comment.