Skip to content

Commit

Permalink
adding in alpine into build
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcdavid committed Mar 25, 2024
1 parent 08ab292 commit 37aee53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
os: [ubuntu-latest]
go-version: [1.16.x, 1.20.x, 1.22.x]
os: [ubuntu-latest, alpine-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 37aee53

Please sign in to comment.