Skip to content

Commit

Permalink
fix cve 2024-34156 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Sep 9, 2024
1 parent 28cf467 commit 242cc11
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
docker rmi $(docker images -q) -f
df -h
- name: Set up Go 1.22.6
- name: Set up Go 1.22.7
uses: actions/setup-go@v3
with:
go-version: '1.22.6'
go-version: '1.22.7'
id: go

- name: Set up Git token
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.22.6-alpine3.20 as builder
FROM golang:1.22.7-alpine3.20 as builder

ARG ACCESS_TOKEN="none"

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/streamnative/pulsar-resources-operator

go 1.22.6
go 1.22.7

require (
github.com/apache/pulsar-client-go v0.13.0-candidate-1.0.20240827063209-953d9eab0794
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.6
go 1.22.7

use (
.
Expand Down
2 changes: 1 addition & 1 deletion redhat.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.22.6-alpine3.20 as builder
FROM golang:1.22.7-alpine3.20 as builder

ARG ACCESS_TOKEN="none"

Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/streamnative/pulsar-resources-operator/tests

go 1.22.6
go 1.22.7

require (
// pulsar-client-go latest version is v0.9.0,
Expand Down

0 comments on commit 242cc11

Please sign in to comment.