Skip to content

Commit ae53a68

Browse files
committed
chore: use golang 1.23 for unit tests
Signed-off-by: Kimonas Sotirchos <[email protected]>
1 parent f818f30 commit ae53a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/profile_controller_unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.19"
22+
go-version: "1.23"
2323
check-latest: true
2424

2525
- name: Run unit tests

0 commit comments

Comments
 (0)