Skip to content

Commit

Permalink
ci(codeql): install go in version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Sep 10, 2023
1 parent 6ddfb88 commit d5b3190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit d5b3190

Please sign in to comment.