From fa04ed8ad43ea4fce7a5308d81bfbf430e93bdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:00:01 +0100 Subject: [PATCH] Enable Go Processor Optimization for CI Pipeline --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e00de..a2af74a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest env: CGO_ENABLED: 0 + # Enable additional processor optimizations: https://golang.org/wiki/MinimumRequirements#amd64 + GOAMD64: v3 steps: - uses: actions/checkout@v4 - name: Set up Go