Skip to content

Commit

Permalink
ci: Fix CodeQL Golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Aug 16, 2022
1 parent 2fc6ae5 commit 4b2da73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
go-version: 1.17

- uses: actions/checkout@v3
with:
fetch-depth: 0 # Required to fetch version

- name: Build
run: |
make proto-gen build
run: make proto-gen build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 4b2da73

Please sign in to comment.