Skip to content

Commit bbbd853

Browse files
authored
Merge pull request #27 from draios/OP-361-Verify_sysdigcloud-scanningv2-notifier-secret_difference
[OP-361] Update golang to 1.24.13 due to vulnerabilities detected by compliance
2 parents e05b511 + 386a706 commit bbbd853

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@v5.3.0
2222
with:
23-
go-version: 1.24.11
23+
go-version: 1.24.13
2424
- name: Checkout code
2525
uses: actions/checkout@v4.2.2
2626
- name: Run unit tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v1
1313
with:
14-
go-version: 1.13
14+
go-version: 1.24.13
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Run unit tests

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.11 AS builder
1+
FROM golang:1.24.13 AS builder
22

33
ENV OUTPUT_DIR=/out
44

Dockerfile_linux_arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.11 AS builder
1+
FROM golang:1.24.13 AS builder
22

33
ENV OUTPUT_DIR=/out
44

Dockerfile_linux_s390x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.11 AS builder
1+
FROM golang:1.24.13 AS builder
22

33
ENV OUTPUT_DIR=/out
44

0 commit comments

Comments
 (0)