diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db25f3cf..a46fcfad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.24 + - name: Set up Go 1.25 uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' id: go - uses: actions/checkout@v4 diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 9b4fd8d7..fcd0946d 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/appscode/dlv:1.24 +FROM ghcr.io/appscode/dlv:1.25 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index 11f6fbf6..4e868b14 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH) GO_VERSION ?= 1.20 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION) -CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0 +CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.13.0 OUTBIN = bin/$(OS)_$(ARCH)/$(BIN) ifeq ($(OS),windows)