Skip to content

Commit

Permalink
Bump Golang to v1.22
Browse files Browse the repository at this point in the history
Version 1.21 has been archived.
  • Loading branch information
marquiz authored and askervin committed Sep 3, 2024
1 parent 34f3c1e commit af6e68c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GO_FMT := gofmt
GO_CYCLO := gocyclo
GO_LINT := golint
GO_CILINT := golangci-lint
GO_VERSION ?= 1.21.5
GO_VERSION ?= 1.22.6
GOLICENSES_VERSION ?= v1.5.0

# TEST_TAGS is the set of extra build tags passed for tests.
Expand Down
2 changes: 1 addition & 1 deletion cmd/cri-resmgr-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22

FROM golang:${GO_VERSION}-bullseye as builder

Expand Down
2 changes: 1 addition & 1 deletion cmd/cri-resmgr-webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22

FROM golang:${GO_VERSION}-bullseye as builder

Expand Down
2 changes: 1 addition & 1 deletion demo/lib/distro.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellcheck disable=SC2120
GO_URLDIR=https://golang.org/dl
GO_VERSION=1.19.1
GO_VERSION=1.22.6
GOLANG_URL=$GO_URLDIR/go$GO_VERSION.linux-amd64.tar.gz
CRICTL_VERSION=${CRICTL_VERSION:-"v1.25.0"}
MINIKUBE_VERSION=${MINIKUBE_VERSION:-v1.27.0}
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/intel/cri-resource-manager

go 1.21
go 1.22

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/topology/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/intel/cri-resource-manager/pkg/topology

go 1.21
go 1.22

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit af6e68c

Please sign in to comment.