File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-24.04
2020 steps :
2121
22- - name : Set up Go 1.24
22+ - name : Set up Go 1.25
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' 1.24 '
25+ go-version : ' 1.25 '
2626 id : go
2727
2828 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM ghcr.io/appscode/dlv:1.24
15+ FROM ghcr.io/appscode/dlv:1.25
1616
1717FROM {ARG_FROM}
1818
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7272TAG_PROD := $(TAG )
7373TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7474
75- GO_VERSION ?= 1.24
75+ GO_VERSION ?= 1.25
7676BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
77- CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11 .0
77+ CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.13 .0
7878
7979OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
8080ifeq ($(OS ) ,windows)
You can’t perform that action at this time.
0 commit comments