Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v6
with:
go-version: 1.24.x
go-version: 1.26.x
check-latest: true
cache: true
- name: ci
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bufbuild/makego

go 1.24.0
go 1.25.6

require (
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions make/go/dep_buf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/bufbuild/buf/releases 20260203 checked 20260203
BUF_VERSION ?= v1.65.0
# https://github.com/bufbuild/buf/releases 20260223 checked 20260223
BUF_VERSION ?= v1.66.0
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down
2 changes: 1 addition & 1 deletion make/go/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GO_TEST_WASM_BINS ?=
# Settable
GO_GET_PKGS ?=
# Settable
GO_MOD_VERSION ?= 1.24.0
GO_MOD_VERSION ?= 1.25.6
# Settable
GO_MOD_TOOLCHAIN ?=
# Settable
Expand Down