Skip to content

Commit

Permalink
[#6] try building the base example with go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jul 8, 2022
1 parent daa2cee commit de3ad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '1.19.0-beta.1'

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

Please sign in to comment.