Skip to content

Commit f7ff93d

Browse files
authored
Merge pull request #424 from jetstack/update-images
2 parents e69f85e + ffb207f commit f7ff93d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/release-master.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ on:
1010
jobs:
1111
vet:
1212
name: vet
13-
runs-on: ubuntu-20.04
14-
container: golang:1.18
13+
runs-on: ubuntu-22.04
14+
container: golang:1.19
1515
steps:
1616
- uses: actions/checkout@v3
1717
- run: make vet
1818
shell: bash
1919
test:
2020
name: go test
21-
runs-on: ubuntu-20.04
22-
container: golang:1.18
21+
runs-on: ubuntu-22.04
22+
container: golang:1.19
2323
steps:
2424
- uses: actions/checkout@v3
2525
- run: make test
2626
docker_build:
2727
name: docker_build
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
container:
30-
image: docker:20.10.5
30+
image: docker:23
3131
options: -t
3232
# Setting up dind service container
3333
services:
3434
docker:
35-
image: docker:20.10.5-dind
35+
image: docker:23-dind
3636
env:
3737
DOCKER_DRIVER: overlay
3838
DOCKER_HOST: tcp://localhost:2375

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ on:
1212
jobs:
1313
vet:
1414
name: vet
15-
runs-on: ubuntu-20.04
16-
container: golang:1.18
15+
runs-on: ubuntu-22.04
16+
container: golang:1.19
1717
steps:
1818
- uses: actions/checkout@v3
1919
- run: make vet
2020
shell: bash
2121
test:
2222
name: go test
23-
runs-on: ubuntu-20.04
24-
container: golang:1.18
23+
runs-on: ubuntu-22.04
24+
container: golang:1.19
2525
steps:
2626
- uses: actions/checkout@v3
2727
- run: make test
2828
docker_build:
2929
name: docker_build
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
container:
32-
image: docker:20.10.5
32+
image: docker:23
3333
options: -t
3434
# Setting up dind service container
3535
services:
3636
docker:
37-
image: docker:20.10.5-dind
37+
image: docker:23-dind
3838
env:
3939
DOCKER_DRIVER: overlay
4040
DOCKER_HOST: tcp://localhost:2375

0 commit comments

Comments
 (0)