Skip to content

Commit

Permalink
Merge pull request #3985 from camilamacedo86/fix-testdata
Browse files Browse the repository at this point in the history
馃尡 ci: fix testdata due golang module changes
  • Loading branch information
k8s-ci-robot committed Jun 13, 2024
2 parents 1c9c7c6 + b750af5 commit 66bc30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
go-version: '1.22.3'
- name: Remove pre-installed kustomize
# This step is needed as the following one tries to remove
# kustomize for each test but has no permission to do so
Expand Down

0 comments on commit 66bc30b

Please sign in to comment.