Skip to content

Commit

Permalink
Force go 1.19 for releases
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed May 16, 2024
1 parent 50c1ebd commit db9f059
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 @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.20
go-version: '^1.19.10'
- name: Build WebUI dependencies
run: cd ./internal/webui/public && npm install
- name: Run GoReleaser
Expand Down

0 comments on commit db9f059

Please sign in to comment.