diff --git a/.github/README.md b/.github/RELEASE.md similarity index 92% rename from .github/README.md rename to .github/RELEASE.md index edfc239..97e7b0a 100644 --- a/.github/README.md +++ b/.github/RELEASE.md @@ -3,6 +3,4 @@ 1. Update [CHANGELOG.md](../CHANGELOG.md) and [Makefile](../Makefile) directly on main and commit locally with "update changelog, up version" comment * Bump minor version when upgrading marquee dependencies (jsonnet, k8s client, golang, etc.) or when making incompatible changes 1. Run `./prepare-release.sh` -1. Push to main with following command: `git push --atomic upstream main ` - -profit!! +1. Push to main with following command: `git push --atomic upstream main ` \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2148b3..1a926a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.19 id: go - uses: azure/setup-helm@v4.2.0 with: @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.19 id: go - uses: azure/setup-helm@v4.2.0 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 762a461..53d5f0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.19 id: go - uses: actions/checkout@v2 - name: Install package dependencies