Skip to content

Commit

Permalink
Merge pull request #19 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
viccuad authored Jun 10, 2024
2 parents 3917d62 + f803bd3 commit d50e90d
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.19
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.20
with:
artifacthub: false

@@ -24,7 +24,7 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.1.19
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.1.20
with:
oci-target: ghcr.io/${{ github.repository_owner }}/tests/raw-mutation-policy
artifacthub: false
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.19
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.1.20
with:
artifacthub: false
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/kubewarden/go-policy-template

go 1.21
go 1.22

toolchain go1.22.4

require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4
github.com/kubewarden/policy-sdk-go v0.8.0
github.com/kubewarden/policy-sdk-go v0.9.0
github.com/wapc/wapc-guest-tinygo v0.3.3
)

2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ github.com/kubewarden/policy-sdk-go v0.7.0 h1:quNOrqtZRgLHpknoIWl0yDWDK8xJ/hDtP8
github.com/kubewarden/policy-sdk-go v0.7.0/go.mod h1:wq/jwnVOpSaETu/n9DW0ePbeoUdoqYTEzlNKmZGaPIM=
github.com/kubewarden/policy-sdk-go v0.8.0 h1:4SR6UeKLBQ+UkwohuMqYw2lPKgqgF5Ifdw7tFNjQwiI=
github.com/kubewarden/policy-sdk-go v0.8.0/go.mod h1:gjYdcErABXti/dxoNW2PceSwy4+/X+o/wuLwWHZCoNU=
github.com/kubewarden/policy-sdk-go v0.9.0 h1:tS9aMtjkUj04WJ0xjO3o0jSGvtj/T8rGr4mn3DPx5Fo=
github.com/kubewarden/policy-sdk-go v0.9.0/go.mod h1:4Yg/Wpxnt7p4Ps68hBfnK8qoGURM5MJaq67Kjao2smY=
github.com/kubewarden/strfmt v0.1.3 h1:bb+2rbotioROjCkziSt+hqnHXzOlumN94NxDKdV2kPI=
github.com/kubewarden/strfmt v0.1.3/go.mod h1:DXoaaIYwqW1LyyRoMeyxfHUU+VUSTNFdj38juCXfRzs=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 comments on commit d50e90d

Please sign in to comment.