Add caching Go setup step

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
Vasyl Gello 2024-08-05 22:19:11 +03:00
parent b132d6af16
commit 98b1a1c79d

View file

@ -30,6 +30,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Check if commit needs a release upload - name: Check if commit needs a release upload
run: | run: |
if [ "${{ github.ref_type }}" = "tag" ]; then if [ "${{ github.ref_type }}" = "tag" ]; then