|
|
@ -37,7 +37,7 @@ jobs:
|
|
|
|
- name: Setup Go
|
|
|
|
- name: Setup Go
|
|
|
|
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
|
|
|
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.19.x
|
|
|
|
go-version: 1.20.x
|
|
|
|
- name: Download modules and build manifests
|
|
|
|
- name: Download modules and build manifests
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
make tidy
|
|
|
|
make tidy
|
|
|
@ -65,7 +65,7 @@ jobs:
|
|
|
|
- name: Set up Go
|
|
|
|
- name: Set up Go
|
|
|
|
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
|
|
|
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version: 1.19.x
|
|
|
|
go-version: 1.20.x
|
|
|
|
- name: Initialize CodeQL
|
|
|
|
- name: Initialize CodeQL
|
|
|
|
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2
|
|
|
|
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|