Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Oct 1, 2023
1 parent 997969f commit 6525e38
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
build:
strategy:
matrix:
go: [1.x]
go: [1.17, 1.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Go ${{ matrix.go }} ${{ matrix.os }}

runs-on: ${{ matrix.os }}
name: Go ${{ matrix.go }} ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -42,8 +43,9 @@ jobs:
matrix:
go: [1.x]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
name: Examples ${{ matrix.go }} ${{ matrix.os }}

runs-on: ${{ matrix.os }}
name: Examples ${{ matrix.go }} ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
with:
version: v1.51.2
working-directory: ${{ matrix.dir }}
skip-pkg-cache: true

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6525e38

Please sign in to comment.