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 @@ -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 @@ -77,7 +77,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7777TAG_PROD := $(TAG )
7878TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7979
80- GO_VERSION ?= 1.24
80+ GO_VERSION ?= 1.25
8181BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
8282CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.13.0
8383
You can’t perform that action at this time.
0 commit comments