|
@@ -120,7 +120,6 @@ jobs:
|
|
uses: actions/setup-go@v4
|
|
uses: actions/setup-go@v4
|
|
with:
|
|
with:
|
|
go-version: ${{ matrix.go-version }}
|
|
go-version: ${{ matrix.go-version }}
|
|
- cache-dependency-path: "**/go.sum"
|
|
|
|
|
|
|
|
- name: Build and run tests, static
|
|
- name: Build and run tests, static
|
|
run: |
|
|
run: |
|