Skip to content

Commit

Permalink
Bumps go version
Browse files Browse the repository at this point in the history
  • Loading branch information
targodan committed Jun 7, 2023
1 parent 836cc55 commit be1d1e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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: |
Expand All @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit be1d1e3

Please sign in to comment.