Skip to content

Commit

Permalink
CI gardening
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <anders@eknert.com>
  • Loading branch information
anderseknert committed Jul 8, 2023
1 parent eff726a commit 66ff6ec
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19.1
go-version: 1.20.5
- uses: golangci/golangci-lint-action@v3.6.0
with:
skip-pkg-cache: true
skip-build-cache: true

release-build-darwin-amd64:
name: Release Build darwin/amd64
Expand All @@ -26,7 +29,7 @@ jobs:
- name: Download Go
uses: actions/setup-go@v4
with:
go-version: 1.19.1
go-version: 1.20.5

- name: Build darwin/amd64
run: make build-darwin-amd64
Expand All @@ -48,7 +51,7 @@ jobs:
- name: Download Go
uses: actions/setup-go@v4
with:
go-version: 1.19.1
go-version: 1.20.5

- name: Build darwin/arm64
run: make build-darwin-arm64
Expand All @@ -70,7 +73,7 @@ jobs:
- name: Download Go
uses: actions/setup-go@v4
with:
go-version: 1.19.1
go-version: 1.20.5

- name: Build linux/amd64
run: make build-linux-amd64
Expand All @@ -92,7 +95,7 @@ jobs:
- name: Download Go
uses: actions/setup-go@v4
with:
go-version: 1.19.1
go-version: 1.20.5

- name: Build windows/amd64
run: make build-windows-amd64
Expand Down

0 comments on commit 66ff6ec

Please sign in to comment.