We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e68914 commit 17da2beCopy full SHA for 17da2be
.github/workflows/ci.yaml
@@ -127,7 +127,7 @@ jobs:
127
run: go test ./...
128
129
integration-tests:
130
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
131
timeout-minutes: 20
132
steps:
133
- name: Install dependencies
@@ -165,7 +165,7 @@ jobs:
165
run: go test -tags=integration ./...
166
167
build:
168
169
170
- uses: actions/checkout@v3
171
- uses: actions/setup-go@v3
@@ -245,7 +245,7 @@ jobs:
245
uses: github/codeql-action/analyze@v2
246
247
publish:
248
249
if: github.ref == 'refs/heads/main'
250
251
- name: Docker Login
0 commit comments