Skip to content

Commit

Permalink
ci: bump golang to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Mar 16, 2023
1 parent 5ecafb0 commit 08ff740
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
fail-fast: false
matrix:
go:
- 1.18
- 1.19
- "1.20"
steps:
- uses: actions/checkout@v3

Expand All @@ -39,7 +38,7 @@ jobs:
make
- uses: PaloAltoNetworks/[email protected]
if: ${{matrix.go == 1.19}}
if: ${{matrix.go == 1.20}}
with:
main_branch: master
cov_file: unit_coverage.out
Expand Down

0 comments on commit 08ff740

Please sign in to comment.