mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
use go 1.20 for all github workflows (#1508)
This commit is contained in:
parent
be549a7287
commit
f6aaa4924f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/smoke.yml
vendored
2
.github/workflows/smoke.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: '1.20'
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Smoke
|
||||
|
|
Loading…
Reference in a new issue