Skip to content

Commit

Permalink
chore: build the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 10, 2023
1 parent da75d3d commit 0833fcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.19", "1.20"]
go: ["1.19", "1.20.4"]
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.4
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.20.4

- name: Update checksum database
run: |
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- "go mod download"
- "go mod tidy"
- "go generate ./..."
builds:
Expand Down

0 comments on commit 0833fcb

Please sign in to comment.