We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32fc8cf + 73eb682 commit a534248Copy full SHA for a534248
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on: pull_request
7
8
jobs:
9
go-agent-v3:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
env:
12
# Required when using older versions of Go that do not support gomod.
13
GOPATH: ${{ github.workspace }}
@@ -168,7 +168,7 @@ jobs:
168
go-agent-arm64:
169
# Run all unit tests on aarch64 emulator to ensure compatibility with AWS
170
# Graviton instances
171
172
strategy:
173
# if one test fails, do not abort the rest
174
fail-fast: false
0 commit comments