Skip to content

Commit

Permalink
rollback go update
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 committed Nov 30, 2021
1 parent 1441213 commit 44c6ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: 1.17
go-version: 1.16
id: go

- name: Run Trivy vulnerability scanner in repo mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: 1.17
go-version: 1.16
id: go
- name: Dependencies
env:
Expand Down

0 comments on commit 44c6ced

Please sign in to comment.