Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard authored Apr 12, 2022
1 parent 7bbb9e7 commit 12e7433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

go:
runs-on: ubuntu-latest

strategy:
matrix:
go-version: ['1.17', '1.18']

steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 12e7433

Please sign in to comment.