Skip to content

Commit

Permalink
temporary change the github action's go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Feb 18, 2023
1 parent 851711e commit 5fd7f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
go-version: '1.19.4'

# This step usually is not needed because the /ui/dist is pregenerated locally
# but its here to ensure that each release embeds the latest admin ui artifacts.
Expand Down

0 comments on commit 5fd7f61

Please sign in to comment.