Update workflow files to install Go via composite action

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2024-02-07 12:36:23 -08:00
parent 488b563610
commit 2820343d47
5 changed files with 10 additions and 25 deletions

View File

@@ -32,9 +32,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.6
- uses: ./.github/actions/install-go
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL