ci: set up go for codeql

This commit is contained in:
Trong Huu Nguyen
2024-04-02 10:19:07 +02:00
parent 05d9f0238c
commit cc67f39bda

View File

@@ -35,6 +35,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3