Skip to content
Snippets Groups Projects
Unverified Commit 491acf57 authored by Adrien Fillon's avatar Adrien Fillon
Browse files

Setup CodeQL CI job with Go 1.18

parent 0694a958
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,10 @@ jobs: ...@@ -54,6 +54,10 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v2
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment