Skip to content

Commit

Permalink
updated min github action go version to 1.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jan 11, 2023
1 parent f7d4722 commit a8b2f0f
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.19.4'
go-version: '>=1.19.5'

# 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 a8b2f0f

Please sign in to comment.