Skip to content

Commit

Permalink
cicd: bump out go1.14 and bump in go1.16
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <[email protected]>
  • Loading branch information
ldelossa authored and ldelossa committed Mar 11, 2021
1 parent 6bf358b commit 62575fd
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 @@ -65,7 +65,7 @@ jobs:
--health-retries 5
strategy:
matrix:
go: ['1.13', '1.14', '1.15']
go: ['1.15', '1.16']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 62575fd

Please sign in to comment.