Skip to content

Commit

Permalink
Update go version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Nov 7, 2023
1 parent 454e641 commit 113ce43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- name: Run system test kind
run: make test-integration

0 comments on commit 113ce43

Please sign in to comment.