From ed8efe69b67712b00823dd503b3100e409aaf230 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Sun, 9 Jun 2024 20:45:49 +0200 Subject: [PATCH] [c] move setup go up the chain --- .forgejo/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 7e34890..6ac76f3 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -18,6 +18,11 @@ jobs: - name: ⏬ Checkout repository uses: actions/checkout@v4 + - name: 🔧 Setup go for releases + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + - name: ✅ Validate gradle wrapper uses: https://github.com/gradle/wrapper-validation-action@v2 @@ -40,11 +45,6 @@ jobs: name: ec-tweaks-build path: build/libs/ - - name: 🔧 Setup go for releases - uses: https://github.com/actions/setup-go@v4 - with: - go-version: '>=1.20.1' - - name: ⏫ Publish release uses: actions/release-action@main with: