Skip to content

Commit f2a6eb2

Browse files
committed
Use Go 1.25
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent b654fdb commit f2a6eb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
name: Build
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- name: Set up Go 1.24
20+
- name: Set up Go 1.25
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
5656
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
5757
BASEIMAGE_DBG ?= debian:12
5858

59-
GO_VERSION ?= 1.24
59+
GO_VERSION ?= 1.25
6060
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
6161

6262
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)

0 commit comments

Comments
 (0)