Skip to content

Commit

Permalink
Fixed Go version in Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Belgaied Hassine <[email protected]>
  • Loading branch information
belgaied2 committed Jun 4, 2024
1 parent f648989 commit c6b5d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setupGo
uses: actions/setup-go@v4
with:
go-version: '=1.19.4'
go-version: '=1.20.11'
- name: Docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit c6b5d13

Please sign in to comment.