Skip to content

Commit

Permalink
fix: Fix codeql go version
Browse files Browse the repository at this point in the history
  • Loading branch information
1eedaegon committed Sep 24, 2023
1 parent d9f1946 commit 54bacaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 54bacaa

Please sign in to comment.