specify a version for the setup-go action
All checks were successful
format / format (push) Successful in 16s
release / release (push) Successful in 1m32s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-12 21:09:22 +03:00
parent 9e69f7416d
commit 51f4d198e9
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -14,6 +14,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ">=1.20.1"
- name: Install dependencies
run: |