Skip to content

Commit 4156080

Browse files
committed
Use Go 1.25
Signed-off-by: 1gtm <[email protected]>
1 parent ed3b2eb commit 4156080

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
FROM {ARG_FROM}
1818

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7272
TAG_PROD := $(TAG)
7373
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7474

75-
GO_VERSION ?= 1.24
75+
GO_VERSION ?= 1.25
7676
BUILD_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

7979
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
8080
ifeq ($(OS),windows)

0 commit comments

Comments
 (0)