Skip to content

Commit

Permalink
dev: add: install go with go.mod version (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 authored Oct 19, 2023
1 parent d104b38 commit d1149da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

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

0 comments on commit d1149da

Please sign in to comment.