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

@@ -40,8 +40,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- uses: actions/checkout@v4
- uses: ./.github/actions/install-go
- run: script/go-test-fuzz.sh