Skip to content

Commit a82fc7b

Browse files
authored
Merge pull request #1408 from a7i/amir/bump-go-1.22.3
bump to to 1.22.3 to address CVE-2024-24788
2 parents 0ec8581 + 2ac072e commit a82fc7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/helm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v3
3737
with:
38-
go-version: '1.22.2'
38+
go-version: '1.22.3'
3939

4040
- name: Set up chart-testing
4141
uses: helm/[email protected]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM golang:1.22.2
14+
FROM golang:1.22.3
1515

1616
WORKDIR /go/src/sigs.k8s.io/descheduler
1717
COPY . .

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ gen:
134134
./hack/update-docs.sh
135135

136136
gen-docker:
137-
$(CONTAINER_ENGINE) run --entrypoint make -it -v $(CURRENT_DIR):/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.2 gen
137+
$(CONTAINER_ENGINE) run --entrypoint make -it -v $(CURRENT_DIR):/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.3 gen
138138

139139
verify-gen:
140140
./hack/verify-conversions.sh

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/descheduler
22

3-
go 1.22.2
3+
go 1.22.3
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)