Skip to content

Commit

Permalink
ci(test): add go version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 13, 2024
1 parent 7c1e377 commit 2ea88e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
golang: ["oldstable", "stable"]
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "${{ matrix.golang }}"

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 2ea88e0

Please sign in to comment.