Skip to content

Commit

Permalink
Merge pull request #1238 from redpanda-data/backend/update_go1.22.2
Browse files Browse the repository at this point in the history
build: update to go 1.22.2
  • Loading branch information
bojand committed Apr 26, 2024
2 parents c2ad9f3 + d1b7649 commit 9cf9894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 3

vars:
GO_VERSION: 1.22.0
GO_VERSION: 1.22.2
BUILD_ROOT: "{{ .ROOT_DIR }}/build"
GO_BUILD_ROOT: '{{.BUILD_ROOT}}/go/{{.GO_VERSION}}'
PATH_PREFIX: PATH={{.BUILD_ROOT}}/bin:{{.GO_BUILD_ROOT}}/bin:{{.BUILD_ROOT}}/bin/go:$PATH GOBIN={{ .BUILD_ROOT }}/bin/go GOROOT=
Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redpanda-data/console/backend

go 1.22.0
go 1.22.2

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

0 comments on commit 9cf9894

Please sign in to comment.