mirror of
https://github.com/securego/gosec.git
synced 2025-02-01 12:57:55 +02:00
Fix the github action for Go 1.15
Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
parent
7234349e33
commit
6688a97661
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Tests
|
||||
uses: cedrickring/golang-action/go1.15@1.5.1
|
||||
uses: cedrickring/golang-action/1.5.1
|
||||
with:
|
||||
args: make test
|
||||
tests-go-1-14:
|
||||
|
Loading…
x
Reference in New Issue
Block a user