Skip to content

Commit

Permalink
fix: Fix codeql (#170)
Browse files Browse the repository at this point in the history
fix: Move codeql to using go.mod file also
  • Loading branch information
Andrew Nikitin authored Jun 20, 2023
1 parent 5228523 commit dbf3d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version-file: ./go.mod
cache: true

- name: Setup CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit dbf3d37

Please sign in to comment.