Skip to content

Commit

Permalink
ci: fix testdata due golang module changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jun 13, 2024
1 parent 1c9c7c6 commit b750af5
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 b750af5

Please sign in to comment.