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-22.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 @@ -76,9 +76,9 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7676TAG_PROD := $(TAG )
7777TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7878
79- GO_VERSION ?= 1.24
79+ GO_VERSION ?= 1.25
8080BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
81- CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11 .0
81+ CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.13 .0
8282
8383OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
8484ifeq ($(OS ) ,windows)
You can’t perform that action at this time.
0 commit comments