Skip to content

Commit

Permalink
e2e testing: support golang 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Mar 17, 2022
1 parent f35fa00 commit 55a4a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.17']
go-version: [ '1.17', '1.18' ]
coredns: [ '1.8.7', '1.9.1' ]
mode: [ 'tcp', 'unix' ]

Expand Down

0 comments on commit 55a4a29

Please sign in to comment.