Skip to content

Commit

Permalink
Merge pull request #564 from controlplaneio/fix_gha_order
Browse files Browse the repository at this point in the history
chore: clone repo before fetching go for release
  • Loading branch information
06kellyjac authored Nov 21, 2023
2 parents 82fe48d + 5976da4 commit edd68f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ jobs:
name: Release on GitHub
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
id: go
with:
go-version-file: go.mod

- name: Check out code
uses: actions/checkout@v4

- name: Launch goreleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
id: go
with:
go-version-file: go.mod

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
id: go
with:
go-version-file: go.mod

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file.

- Bump dependencies
- Allow for providing an ip and port when running kubesec as a server
- CI improvements

## `2.13.0`

Expand Down

0 comments on commit edd68f6

Please sign in to comment.