Skip to content

Commit

Permalink
fixing CI for release/integration (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 authored Jul 12, 2023
1 parent dfcce69 commit 33915a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.19"

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.19"

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down

0 comments on commit 33915a4

Please sign in to comment.