Skip to content

Commit

Permalink
chore: Downgrade Go from 1.15 to 1.14 (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Dec 11, 2020
1 parent 6659785 commit d0f7e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.14
- name: Checkout code
uses: actions/checkout@v2
- name: Setup make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.14
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/aquasecurity/harbor-scanner-trivy

go 1.15
go 1.14

require (
github.com/FZambia/sentinel v1.1.0
Expand Down

0 comments on commit d0f7e86

Please sign in to comment.