Skip to content

Commit

Permalink
(ci) reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Dec 22, 2023
1 parent 7b865de commit ca276e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ jobs:
build:
strategy:
matrix:
go-version: [dev-latest, mod]
go-version: [mod]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: kevincobain2000/action-gobrew@v2
with:
version: ${{ matrix.go-version }}

- name: Go version
run: go version
- name: Build
run: go build main.go
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [mod]
go-version: [dev-latest, mod]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ca276e5

Please sign in to comment.