Skip to content

Commit

Permalink
Update gh actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon committed Jul 2, 2024
1 parent 2d03a92 commit d4510d4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:

jobs:
check_build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
go-version:
- '1.11'
- '1.12'
Expand All @@ -21,12 +20,17 @@ jobs:
- '1.15'
- '1.16'
- '1.17'
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit d4510d4

Please sign in to comment.