Skip to content

Commit

Permalink
Update codeql-analysis.yml (#285)
Browse files Browse the repository at this point in the history
add setup-go action
  • Loading branch information
Nishnha authored Feb 20, 2024
1 parent 2e98d64 commit 34cd103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# The runner ships with v1.20.14
- uses: actions/setup-go@v5
with:
go-version: '1.22'

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

0 comments on commit 34cd103

Please sign in to comment.