Skip to content

Commit

Permalink
ci: update go version to 1.19
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vsoch committed Jun 27, 2024
1 parent c0fee7c commit 9dd4198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.21

- name: Build Containers
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.21

- name: Build Containers
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.21

- name: Build Container
run: |
Expand Down

0 comments on commit 9dd4198

Please sign in to comment.