File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
23
- - name : Set up Go 1.23
23
+ - name : Set up Go 1.24
24
24
uses : actions/setup-go@v5
25
25
with :
26
- go-version : ' 1.23 '
26
+ go-version : ' 1.24 '
27
27
id : go
28
28
29
29
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM ghcr.io/appscode/dlv:1.23
15
+ FROM ghcr.io/appscode/dlv:1.24
16
16
17
17
FROM {ARG_FROM}
18
18
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
77
77
TAG_PROD := $(TAG )
78
78
TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
79
79
80
- GO_VERSION ?= 1.23
80
+ GO_VERSION ?= 1.24
81
81
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
82
82
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
83
83
You can’t perform that action at this time.
0 commit comments