We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4740608 commit 822c367Copy full SHA for 822c367
.github/workflows/distributionTests.yml
@@ -24,15 +24,15 @@ jobs:
24
os: [ubuntu, windows, macos]
25
runs-on: ${{ matrix.os }}-latest
26
steps:
27
- - name: Setup Go with cache
28
- uses: jfrog/.github/actions/install-go-with-cache@main
29
- with:
30
- go-version-file: go.mod
31
-
32
- name: Checkout code
33
uses: actions/checkout@v5
34
with:
35
ref: ${{ github.event.pull_request.head.sha || github.ref }}
+
+ - name: Setup Go with cache
+ uses: jfrog/.github/actions/install-go-with-cache@main
+ with:
+ go-version-file: go.mod
36
37
- name: Setup FastCI
38
uses: jfrog-fastci/fastci@v0
0 commit comments