Skip to content

Switch to the go1.21, introduce toolchain to go.mod #898

Switch to the go1.21, introduce toolchain to go.mod

Switch to the go1.21, introduce toolchain to go.mod #898

name: "CodeQL"
on:
push:
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v3