Skip to content

Commit

Permalink
Update workflows to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Oct 21, 2022
1 parent 2cf1777 commit 0e7d6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- run: make ci-unit-test

integration-test:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- name: Install conntrack
run: sudo apt-get install -y conntrack
- uses: medyagh/[email protected]
Expand Down

0 comments on commit 0e7d6e3

Please sign in to comment.