From c174e86f25d23b74ff6f3f116e569d460dec2774 Mon Sep 17 00:00:00 2001 From: SpaiR Date: Fri, 5 Jul 2024 10:20:22 +0300 Subject: [PATCH] fix golang arch --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6be72f04..8af94f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod + architecture: x64 cache: false - name: Lint @@ -27,7 +28,7 @@ jobs: include: - os: ubuntu-latest rust-target: 1.79-x86_64-unknown-linux-gnu - - os: windows-2019 + - os: windows-latest rust-target: 1.79-x86_64-pc-windows-gnu - os: macos-latest rust-target: 1.79-x86_64-apple-darwin @@ -48,6 +49,7 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod + architecture: x64 cache: true - name: Setup Rust