mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-28 06:05:07 +03:00
Add caching Go setup step
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
b132d6af16
commit
98b1a1c79d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/trunk.yml
vendored
4
.github/workflows/trunk.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue