mirror of
https://github.com/securego/gosec.git
synced 2024-12-28 21:08:22 +02:00
Remove the go 1.14 version from github action
It seems to fail when starting the action. Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
parent
ee176ff8fc
commit
e030aa4f76
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Tests
|
||||
uses: cedrickring/golang-action/go1.14@1.5.1
|
||||
uses: cedrickring/golang-action@1.5.1
|
||||
with:
|
||||
args: make test
|
||||
tests-go-1-13:
|
||||
|
Loading…
Reference in New Issue
Block a user