Remove the version form ci github action

This commit is contained in:
Cosmin Cojocar 2023-02-08 11:33:30 +01:00
parent 392e53c8d0
commit 8aa00db022
No known key found for this signature in database
GPG key ID: D4C8D14F280FB879

View file

@ -34,7 +34,6 @@ jobs:
- name: Run Gosec Security Scanner - name: Run Gosec Security Scanner
uses: securego/gosec@master uses: securego/gosec@master
with: with:
version: '2.15.0'
args: ./... args: ./...
- name: Run Tests - name: Run Tests
run: make test run: make test