Skip to content

Commit 17da2be

Browse files
authored
chore: update runners to Ubuntu 22.04 (#135)
- Support for 20.04 ends on 04/15/25.
1 parent 8e68914 commit 17da2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: go test ./...
128128

129129
integration-tests:
130-
runs-on: ubuntu-20.04
130+
runs-on: ubuntu-22.04
131131
timeout-minutes: 20
132132
steps:
133133
- name: Install dependencies
@@ -165,7 +165,7 @@ jobs:
165165
run: go test -tags=integration ./...
166166

167167
build:
168-
runs-on: ubuntu-20.04
168+
runs-on: ubuntu-22.04
169169
steps:
170170
- uses: actions/checkout@v3
171171
- uses: actions/setup-go@v3
@@ -245,7 +245,7 @@ jobs:
245245
uses: github/codeql-action/analyze@v2
246246

247247
publish:
248-
runs-on: ubuntu-20.04
248+
runs-on: ubuntu-22.04
249249
if: github.ref == 'refs/heads/main'
250250
steps:
251251
- name: Docker Login

0 commit comments

Comments
 (0)