Skip to content

Commit 932559f

Browse files
authored
Merge pull request #127 from kubewarden/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents c3d8b95 + 42c4123 commit 932559f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Release policy
1010
jobs:
1111
test:
1212
name: run tests and linters
13-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
13+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
1414

1515
release:
1616
needs: test
@@ -22,6 +22,6 @@ jobs:
2222
# Required by cosign keyless signing
2323
id-token: write
2424

25-
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
25+
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0
2626
with:
2727
oci-target: ghcr.io/${{ github.repository_owner }}/policies/policy-name #FIXME

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: Continuous integration
33
jobs:
44
test:
55
name: run tests and linters
6-
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@a1c3c24660e1a2f945efdadc6306ea3e83ddfed8 # v5.0.2
6+
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@1a7c4d1174bba4cd64f87feed1e7fa6c56aa7a46 # v5.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/kubewarden/go-policy-template
55
// in makefile) behavie in the same way
66
go 1.25
77

8-
toolchain go1.25.7
8+
toolchain go1.26.2
99

1010
require (
1111
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4

0 commit comments

Comments
 (0)