Skip to content

Commit

Permalink
Fix codeql with go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jun 2, 2021
1 parent cba5c34 commit f1ebf32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-go@v1
with:
go-version: '1.16.4'

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

0 comments on commit f1ebf32

Please sign in to comment.