Skip to content

Commit

Permalink
Update makego dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Aug 28, 2023
1 parent a023bb4 commit 64339a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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@v4
with:
go-version: 1.19.x
go-version: 1.21.x
check-latest: true
cache: true
- name: ci
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 20230630 checked 20230703
BUF_VERSION ?= v1.23.1
# https://github.com/bufbuild/buf/releases 20230809 checked 20230828
BUF_VERSION ?= v1.26.1
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down
4 changes: 2 additions & 2 deletions make/go/dep_golangci_lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/golangci/golangci-lint/releases 20230811 checked 20230815
# https://github.com/golangci/golangci-lint/releases 20230821 checked 20230828
# Check for new linters and add to .golangci.yml (even if commented out) when upgrading
GOLANGCI_LINT_VERSION ?= v1.54.1
GOLANGCI_LINT_VERSION ?= v1.54.2

GOLANGCI_LINT := $(CACHE_VERSIONS)/golangci-lint/$(GOLANGCI_LINT_VERSION)
$(GOLANGCI_LINT):
Expand Down
4 changes: 2 additions & 2 deletions make/go/dep_protoc_gen_connect_go.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/connectrpc/connect-go 20230726 checked 20230816
CONNECT_VERSION ?= v1.11.0
# https://github.com/connectrpc/connect-go 20230825 checked 20230828
CONNECT_VERSION ?= v1.11.1

GO_GET_PKGS := $(GO_GET_PKGS) \
connectrpc.com/connect@$(CONNECT_VERSION)
Expand Down

0 comments on commit 64339a6

Please sign in to comment.