mirror of
https://github.com/github/codeql-action.git
synced 2026-05-13 01:10:21 +00:00
Add setup Go
This commit is contained in:
+3
@@ -50,6 +50,9 @@ jobs:
|
||||
uses: ./.github/prepare-test
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "^1.13.1"
|
||||
- uses: ./../action/init
|
||||
with:
|
||||
db-location: ${{ runner.temp }}/customDbLocation
|
||||
|
||||
Reference in New Issue
Block a user