We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284a552 commit 6288e04Copy full SHA for 6288e04
.github/workflows/build-and-test.yml
@@ -285,11 +285,6 @@ jobs:
285
with:
286
path: ~/.cache/go-build
287
key: go-test-build-${{ runner.os }}-${{ matrix.go-version }}-${{ matrix.runner }}-${{ hashFiles('**/go.sum') }}
288
- - name: Debug startsWith condition
289
- run: |
290
- echo "go-version: ${{ matrix.go-version }}"
291
- echo "startsWith(matrix.go-version, '1.23') result: ${{ startsWith(matrix.go-version, '1.23') }}"
292
- echo "startsWith(matrix.go-version, '~1.23') result: ${{ startsWith(matrix.go-version, '~1.23') }}"
293
- name: Run Unit Tests
294
if: startsWith( matrix.go-version, '1.23' ) != true
295
run: make gotest GROUP=${{ matrix.group }}
0 commit comments