From be1d1e3f42d05cbf69739d34f533f1bff1d06454 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Wed, 7 Jun 2023 13:39:29 +0200 Subject: [PATCH] Bumps go version --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbc997e..8810076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: needs: setup strategy: matrix: - go-version: [ "1.18", "1.19" ] + go-version: [ "1.18", "1.19", "1.20" ] yara-version: [ "v4.3.1" ] steps: - uses: actions/checkout@v3 @@ -70,7 +70,7 @@ jobs: needs: setup strategy: matrix: - go-version: [ "1.18", "1.19" ] + go-version: [ "1.18", "1.19", "1.20" ] yara-version: [ "v4.3.1" ] openssl-version: [ "OpenSSL_1_1_1-stable" ] steps: @@ -95,7 +95,7 @@ jobs: working-directory: cmd/yapscan - name: Upload linux build uses: actions/upload-artifact@v3 - if: ${{ matrix.go-version == '1.19' }} + if: ${{ matrix.go-version == '1.20' }} with: name: yapscan-linux path: cicd/build/yapscan @@ -104,7 +104,7 @@ jobs: uses: ./.github/actions/gather-linux-deps - name: Upload linux deps uses: actions/upload-artifact@v3 - if: ${{ matrix.go-version == '1.19' }} + if: ${{ matrix.go-version == '1.20' }} with: name: deps-linux path: | @@ -118,7 +118,7 @@ jobs: if: github.event_name != 'pull_request' # pull_request events don't have access to secrets strategy: matrix: - go-version: [ "1.18", "1.19" ] + go-version: [ "1.18", "1.19", "1.20" ] yara-version: [ "v4.3.1" ] openssl-version: [ "OpenSSL_1_1_1-stable" ] steps: @@ -141,7 +141,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Upload windows build uses: actions/upload-artifact@v3 - if: ${{ matrix.go-version == '1.19' }} + if: ${{ matrix.go-version == '1.20' }} with: name: yapscan-windows path: |