Skip to content

Commit af1d5d1

Browse files
chore(deps): update dependency ubuntu to v22
1 parent 9a282e7 commit af1d5d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
version: latest
6868
publish:
6969
name: Build and push Agent container
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-22.04
7171
needs:
7272
- prepare
7373
- test

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: PATH=$PATH:$GOPATH/bin make test
2323
publish-docker:
2424
name: Build and push agent container
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
needs: [test]
2727
permissions:
2828
contents: 'read'
@@ -76,7 +76,7 @@ jobs:
7676
if: always()
7777
bump:
7878
name: Bump Chart Version
79-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-22.04
8080
needs: [publish-docker]
8181
permissions:
8282
contents: write

0 commit comments

Comments
 (0)