Skip to content

Commit c6b5d13

Browse files
committed
Fixed Go version in Actions
Signed-off-by: Mohamed Belgaied Hassine <[email protected]>
1 parent f648989 commit c6b5d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: setupGo
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: '=1.19.4'
27+
go-version: '=1.20.11'
2828
- name: Docker login
2929
uses: docker/login-action@v2
3030
with:

0 commit comments

Comments
 (0)