From 7c563f9d235fa7b712e1de1280c734d7e29da8cf Mon Sep 17 00:00:00 2001 From: Andrea Barberio Date: Thu, 11 Apr 2024 07:00:21 -0700 Subject: [PATCH] Fix Go CI build Signed-off-by: Andrea Barberio --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d5164d0..ed1885d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go: ['1.14', '1.15'] + go: ['1.21', '1.22'] os: ['ubuntu-latest', 'macos-latest'] # , 'windows-latest'] steps: - uses: actions/checkout@v2 @@ -84,7 +84,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go: ['1.14', '1.15'] + go: ['1.21', '1.22'] os: ['ubuntu-latest', 'macos-latest'] # , 'windows-latest'] steps: - uses: actions/checkout@v2 @@ -117,7 +117,7 @@ jobs: - uses: actions/setup-go@v2 with: stable: "false" - go-version: "1.15" + go-version: "1.22" - name: Run Tests run: | sudo apt install libtins-dev libjsoncpp-dev libpcap-dev googletest @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.15'] + go: ['1.22'] env: DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }} DOCKER_PASS: ${{ secrets.DOCKERHUB_PASSWORD }}