File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: Release policy
10
10
jobs :
11
11
test :
12
12
name : run tests and linters
13
- uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.7
13
+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.8
14
14
15
15
release :
16
16
needs : test
22
22
# Required by cosign keyless signing
23
23
id-token : write
24
24
25
- uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.7
25
+ uses : kubewarden/github-actions/.github/workflows/reusable-release-policy-go-wasi.yml@v3.4.8
26
26
with :
27
27
oci-target : ghcr.io/${{ github.repository_owner }}/policies/cel-policy
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: Continuous integration
3
3
jobs :
4
4
test :
5
5
name : run tests and linters
6
- uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.7
6
+ uses : kubewarden/github-actions/.github/workflows/reusable-test-policy-go-wasi.yml@v3.4.8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/kubewarden/cel-policy
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/google/cel-go v0.24.1
You can’t perform that action at this time.
0 commit comments