Skip to content

Commit c8bd669

Browse files
committed
Upgrade go to 1.24.6
1 parent 6e35d04 commit c8bd669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
runs-on: ubuntu-24.04
1313
container:
14-
image: quay.io/cortexproject/build-image:master-0ddced051
14+
image: quay.io/cortexproject/build-image:master-59491e9aae
1515
steps:
1616
- name: Checkout Repo
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -48,7 +48,7 @@ jobs:
4848
test:
4949
runs-on: ubuntu-24.04
5050
container:
51-
image: quay.io/cortexproject/build-image:master-0ddced051
51+
image: quay.io/cortexproject/build-image:master-59491e9aae
5252
steps:
5353
- name: Checkout Repo
5454
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)