Skip to content

Commit

Permalink
chore: add govulncheck to github actions (#30)
Browse files Browse the repository at this point in the history
* chore: update go matrix in CI: remove 1.18 and add 1.21

* chore: add govulncheck to github actions

* chore: changelog entry
  • Loading branch information
jimlambrt committed Sep 29, 2023
1 parent 2759659 commit bf3f33b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["1.20", "1.19", "1.18"]
go: ["1.21", "1.20", "1.19"]
platform: [ubuntu-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}

Expand Down Expand Up @@ -43,4 +43,8 @@ jobs:
- name: Coverage
run: |
make coverage-diff
make coverage-diff
- name: govulncheck
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Canonical reference for changes, improvements, and bugfixes for mql.

## Next

* chore: add govulncheck to github actions ([PR](https://github.com/hashicorp/mql/pull/30))
* update go matrix in CI: remove 1.18 and add 1.21 ([PR](https://github.com/hashicorp/mql/pull/30))

## 0.1.2 (2023/09/18)

* fix: remove "like" from sql keywords checked in fuzzing ([PR](https://github.com/hashicorp/mql/pull/26))
Expand Down

0 comments on commit bf3f33b

Please sign in to comment.