Update github workflows

This commit is contained in:
ionutboangiu
2023-10-18 05:55:24 -04:00
committed by Dan Christian Bogos
parent 4c34d321de
commit ccd4a92432
2 changed files with 3 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
go-version: "1.21.3"
- name: Setup Python
uses: actions/setup-python@v4
@@ -50,6 +50,4 @@ jobs:
- name: Run integration tests
run: |
sudo su <<EOF
./integration_test.sh
EOF
sudo env "PATH=$PATH" ./integration_test.sh