dev: add: install go with go.mod version (#1052)

This commit is contained in:
marcello33 2023-10-19 07:48:17 +02:00 committed by GitHub
parent d104b38245
commit d1149daa0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: