File tree Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Expand file tree Collapse file tree 1 file changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
only-new-issues : true
105
105
install-mode : goinstall
106
106
107
- test-go-mod-version :
107
+ test-go-mod :
108
108
needs : [ build ]
109
109
strategy :
110
110
matrix :
@@ -113,6 +113,9 @@ jobs:
113
113
- ubuntu-24.04-arm
114
114
- macos-latest
115
115
- windows-latest
116
+ wd :
117
+ - sample-go-mod
118
+ - sample-go-tool
116
119
runs-on : ${{ matrix.os }}
117
120
permissions :
118
121
contents : read
@@ -123,27 +126,5 @@ jobs:
123
126
go-version : oldstable
124
127
- uses : ./
125
128
with :
126
- working-directory : sample-go-mod
127
- args : --timeout=5m --issues-exit-code=0 ./...
128
-
129
- test-go-tool-version :
130
- needs : [ build ]
131
- strategy :
132
- matrix :
133
- os :
134
- - ubuntu-latest
135
- - ubuntu-24.04-arm
136
- - macos-latest
137
- - windows-latest
138
- runs-on : ${{ matrix.os }}
139
- permissions :
140
- contents : read
141
- steps :
142
- - uses : actions/checkout@v4
143
- - uses : actions/setup-go@v5
144
- with :
145
- go-version : stable
146
- - uses : ./
147
- with :
148
- working-directory : sample-go-tool
129
+ working-directory : ${{ matrix.wd }}
149
130
args : --timeout=5m --issues-exit-code=0 ./...
You can’t perform that action at this time.
0 commit comments