Skip to content

Commit

Permalink
chore: adding check for go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jun 25, 2024
1 parent 3f95999 commit 10741a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
only-new-issues: true

- name: Build
if: matrix.go != '1.15' # Breaking changes in golang 1.16 cause some unit test files to be invalid.
run: make install

- name: Run Unit Tests
Expand Down

0 comments on commit 10741a7

Please sign in to comment.