Enable Go Processor Optimization for CI Pipeline
This commit is contained in:

committed by
Sebastian Serth

parent
57590457a8
commit
fa04ed8ad4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user