Skip to content

Commit e68e59c

Browse files
authored
Use Go 1.25 (#477)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent aa2d35b commit e68e59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.24'
18+
go-version: '1.25'
1919
id: go
2020

2121
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SRC_DIRS := $(SRC_PKGS) data *.go # directories which hold app source (not vendo
1212
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
1313
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
1414

15-
GO_VERSION ?= 1.24
15+
GO_VERSION ?= 1.25
1616
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
1717

1818
fmt: $(BUILD_DIRS)

0 commit comments

Comments
 (0)