Skip to content

Commit 66bc30b

Browse files
authored
Merge pull request #3985 from camilamacedo86/fix-testdata
🌱 ci: fix testdata due golang module changes
2 parents 1c9c7c6 + b750af5 commit 66bc30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testdata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '~1.22'
21+
go-version: '1.22.3'
2222
- name: Remove pre-installed kustomize
2323
# This step is needed as the following one tries to remove
2424
# kustomize for each test but has no permission to do so

0 commit comments

Comments
 (0)