Skip to content

Commit 8bf534e

Browse files
author
Petr Nechvátal
committed
Fix pipeline path
1 parent d192643 commit 8bf534e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
go: [ '1.13', '1.14', '1.18' ]
11-
dir: [ './azuredevops', './azuredevops/v6', './azuredevops/v7.1']
11+
dir: [ './azuredevops', './azuredevops/v6', './azuredevops/v7']
1212
steps:
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)