From b87383d0ef19e3eb0f42ccecefbf11f93b833594 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 18 Dec 2025 12:49:47 +0100 Subject: [PATCH] Remove Go step --- .github/workflows/artifacts.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 65788644..7c7cd920 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -34,11 +34,6 @@ jobs: with: submodules: recursive - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - name: Install Rust 1.85.0 if: matrix.target.os != 'windows-latest' uses: dtolnay/rust-toolchain@master