Skip to content

Commit

Permalink
cicd: bump in go.16, bump out go1.14
Browse files Browse the repository at this point in the history
in order to link to cc v0.3.2 a minimum
of go 1.15 is required.

this bumps out 1.14, keeps 1.15 and adds 1.16

Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Mar 19, 2021
1 parent d5e57af commit 7dc55fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

strategy:
matrix:
go: ['1.14', '1.15']
go: ['1.15', '1.16']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7dc55fa

Please sign in to comment.