Skip to content

Commit

Permalink
build: update Go to 1.24
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Feb 18, 2025
1 parent f7b509b commit 76de7b3
Show file tree
Hide file tree
Showing 10 changed files with 702 additions and 1,622 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"
go-version: "1.24"

- name: Download tool dependencies
run: make deps
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "1.23"
go-version: "1.24"

- name: Download golangci-lint
run: make bin/golangci-lint
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export GOBIN=$(PWD)/bin
LD_FLAGS="-w -X main.version=$(VERSION)"

# Dependency versions
GOLANGCI_VERSION = 1.63.4
GOLANGCI_VERSION = 1.64.5
GOTESTSUM_VERSION ?= 1.12.0

PROTOC_VERSION = 24.4
PROTOC_GEN_GO_VERSION = 1.32.0
PROTOC_GEN_GO_GRPC_VERSION = 1.3.0
PROTOC_VERSION = 29.3
PROTOC_GEN_GO_VERSION = 1.36.5
PROTOC_GEN_GO_GRPC_VERSION = 1.5.1

KIND_VERSION = 0.22.0
KIND_NODE_IMAGE = "kindest/node:v1.25.3@sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5"
Expand Down
Loading

0 comments on commit 76de7b3

Please sign in to comment.