File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ jobs:
154154 version : " 3.21"
155155 - image : " alpine"
156156 version : " 3.22"
157+ - image : " alpine"
158+ version : " 3.23"
157159 - image : " debian"
158160 version : " bullseye-slim"
159161 - image : " debian"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ GOTIDY = ${GOMOD} tidy
3636# | redhatenterprise | 8, 9, 10 | |
3737# | rockylinux | 8, 9, 10 | |
3838# | almalinux | 8, 9, 10 | |
39- # | alpine | 3.20, 3.21 3.22 | |
39+ # | alpine | 3.20, 3.21 3.22 3.23 | |
4040# | oraclelinux | 8, 9, 10 | |
4141# | suse | sle15, sle16 | |
4242# | freebsd | | Not supported |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ REDHAT_ARCHS?=aarch64 x86_64
1717ROCKY_VERSIONS? =rocky-8 rocky-9 rocky-10
1818ROCKY_ARCHS? =aarch64 x86_64
1919FREEBSD_DISTROS? ="FreeBSD:13:amd64" "FreeBSD:14:amd64"
20- APK_VERSIONS? =3.20 3.21 3.22
20+ APK_VERSIONS? =3.20 3.21 3.22 3.23
2121APK_ARCHS? =aarch64 x86_64
2222ALMA_VERSIONS? =almalinux-8 almalinux-9 almalinux-10
2323ALMA_ARCHS? =aarch64 x86_64
You can’t perform that action at this time.
0 commit comments