Skip to content

Commit

Permalink
Fix Go CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Barberio <insomniac@slackware.it>
  • Loading branch information
insomniacslk committed Apr 11, 2024
1 parent fedb3b4 commit 7c563f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 7c563f9

Please sign in to comment.