Skip to content

Commit 9cf9894

Browse files
authored
Merge pull request #1238 from redpanda-data/backend/update_go1.22.2
build: update to go 1.22.2
2 parents c2ad9f3 + d1b7649 commit 9cf9894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Taskfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 3
22

33
vars:
4-
GO_VERSION: 1.22.0
4+
GO_VERSION: 1.22.2
55
BUILD_ROOT: "{{ .ROOT_DIR }}/build"
66
GO_BUILD_ROOT: '{{.BUILD_ROOT}}/go/{{.GO_VERSION}}'
77
PATH_PREFIX: PATH={{.BUILD_ROOT}}/bin:{{.GO_BUILD_ROOT}}/bin:{{.BUILD_ROOT}}/bin/go:$PATH GOBIN={{ .BUILD_ROOT }}/bin/go GOROOT=

backend/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redpanda-data/console/backend
22

3-
go 1.22.0
3+
go 1.22.2
44

55
require (
66
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.33.0-20240401165935-b983156c5e99.1

0 commit comments

Comments
 (0)