diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11edf4655..cb6fc0eb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/test_acceptance.yml b/.github/workflows/test_acceptance.yml index 9f42addfd..0e21d7e98 100644 --- a/.github/workflows/test_acceptance.yml +++ b/.github/workflows/test_acceptance.yml @@ -30,7 +30,6 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 - id: go with: go-version-file: go.mod diff --git a/.github/workflows/test_unit.yml b/.github/workflows/test_unit.yml index 67b522e17..c9691f542 100644 --- a/.github/workflows/test_unit.yml +++ b/.github/workflows/test_unit.yml @@ -26,7 +26,6 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 - id: go with: go-version-file: go.mod diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7b92ffc..aa26ca7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`