Skip to content

Commit 30c6a73

Browse files
committed
update build image tag (upgrade go 1.27.0)
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent 0b48dfa commit 30c6a73

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-dist:
1111
runs-on: ubuntu-24.04
1212
container:
13-
image: quay.io/cortexproject/build-image:master-5607698940
13+
image: quay.io/cortexproject/build-image:master-0b48dfa314
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint:
1818
runs-on: ubuntu-24.04
1919
container:
20-
image: quay.io/cortexproject/build-image:master-5607698940
20+
image: quay.io/cortexproject/build-image:master-0b48dfa314
2121
steps:
2222
- name: Checkout Repo
2323
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -53,7 +53,7 @@ jobs:
5353
name: test (${{ matrix.name }})
5454
runs-on: ${{ matrix.runner }}
5555
container:
56-
image: quay.io/cortexproject/build-image:master-5607698940
56+
image: quay.io/cortexproject/build-image:master-0b48dfa314
5757
steps:
5858
- name: Checkout Repo
5959
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -81,7 +81,7 @@ jobs:
8181
name: test-no-race (${{ matrix.name }})
8282
runs-on: ${{ matrix.runner }}
8383
container:
84-
image: quay.io/cortexproject/build-image:master-5607698940
84+
image: quay.io/cortexproject/build-image:master-0b48dfa314
8585
steps:
8686
- name: Checkout Repo
8787
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -162,7 +162,7 @@ jobs:
162162
build:
163163
runs-on: ubuntu-24.04
164164
container:
165-
image: quay.io/cortexproject/build-image:master-5607698940
165+
image: quay.io/cortexproject/build-image:master-0b48dfa314
166166
outputs:
167167
image_tag: ${{ steps.image-tag.outputs.image_tag }}
168168
steps:
@@ -215,7 +215,7 @@ jobs:
215215
name: build-integration-tests (${{ matrix.arch }})
216216
runs-on: ${{ matrix.runner }}
217217
container:
218-
image: quay.io/cortexproject/build-image:master-5607698940
218+
image: quay.io/cortexproject/build-image:master-0b48dfa314
219219
steps:
220220
- name: Checkout Repo
221221
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
@@ -357,7 +357,7 @@ jobs:
357357
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
358358
runs-on: ubuntu-24.04
359359
container:
360-
image: quay.io/cortexproject/build-image:master-5607698940
360+
image: quay.io/cortexproject/build-image:master-0b48dfa314
361361
steps:
362362
- name: Checkout Repo
363363
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ build-image/$(UPTODATE): build-image/*
111111
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
112112
BUILD_IN_CONTAINER := true
113113
BUILD_IMAGE ?= $(IMAGE_PREFIX)build-image
114-
LATEST_BUILD_IMAGE_TAG ?= master-5607698940
114+
LATEST_BUILD_IMAGE_TAG ?= master-0b48dfa314
115115

116116
# TTY is parameterized to allow Google Cloud Builder to run builds,
117117
# as it currently disallows TTY devices. This value needs to be overridden

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cortexproject/cortex
22

3-
go 1.26.0
3+
go 1.27.0
44

55
require (
66
github.com/Masterminds/squirrel v1.5.4

0 commit comments

Comments
 (0)