Skip to content

Commit f9f0d18

Browse files
committed
ci: update go version to 1.19
Problem: the container builds are using an old Go, 1.19 Solution: update to 1.21 to match the rest of CI recipes. Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent c25f2c6 commit f9f0d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-go@v4
2222
with:
23-
go-version: ^1.19
23+
go-version: ^1.21
2424

2525
- name: Build Containers
2626
run: |
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-go@v4
5959
with:
60-
go-version: ^1.19
60+
go-version: ^1.21
6161

6262
- name: Build Containers
6363
run: |
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v4
9595
- uses: actions/setup-go@v4
9696
with:
97-
go-version: ^1.19
97+
go-version: ^1.21
9898

9999
- name: Build Container
100100
run: |

0 commit comments

Comments
 (0)