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.
1 parent d25a2ea commit 2f067c5Copy full SHA for 2f067c5
.github/workflows/build.yml
@@ -24,7 +24,7 @@ env:
24
25
jobs:
26
test:
27
- runs-on: ubuntu-20.04
+ runs-on: codebuild-soci-github-ci-pipeline-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-xlarge
28
timeout-minutes: 15
29
steps:
30
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
34
- run: make
35
- run: make test
36
integration:
37
38
timeout-minutes: 40
39
strategy:
40
fail-fast: false
@@ -47,4 +47,5 @@ jobs:
47
- uses: actions/setup-go@v5
48
with:
49
go-version: ${{ env.GO_VERSION }}
50
+ - run: goenv global 1.22.1
51
- run: make integration
0 commit comments