|
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
|
# should also be updated. |
|
|
|
|
image: quay.io/prometheus/golang-builder:1.26-base |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
|
|
with: |
|
|
|
|
persist-credentials: false |
|
|
|
|
- run: go mod download |
|
|
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
|
name: Go ARM tests |
|
|
|
|
runs-on: ubuntu-24.04-arm |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
|
|
with: |
|
|
|
|
persist-credentials: false |
|
|
|
|
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 |
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
# should also be updated. |
|
|
|
|
image: quay.io/prometheus/golang-builder:1.26-base |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
|
|
with: |
|
|
|
|
persist-credentials: false |
|
|
|
|
- run: go install github.com/google/go-jsonnet/cmd/jsonnet@latest |
|
|
|
|
@ -64,7 +64,7 @@ jobs: |
|
|
|
|
matrix: |
|
|
|
|
thread: [ 0, 1, 2 ] |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
|
|
with: |
|
|
|
|
persist-credentials: false |
|
|
|
|
- uses: prometheus/promci-setup@5af30ba8c199a91d6c04ebdc3c48e630e355f62d # v0.1.0 |
|
|
|
|
@ -92,7 +92,7 @@ jobs: |
|
|
|
|
DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.26-base |
|
|
|
|
REPO_PATH: github.com/prometheus/node_exporter |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
|
|
|
|
with: |
|
|
|
|
persist-credentials: false |
|
|
|
|
- uses: prometheus/promci-artifacts/restore@f9a587dbc0b2c78a0c54f8ad1cde71ea29a4b76f # v0.1.0 |
|
|
|
|
|