Skip to content

Commit

Permalink
Update Actions config to use go 1.19, update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Nov 27, 2024
1 parent 399da10 commit 60430f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/README.md → .github/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <release>`

profit!!
1. Push to main with following command: `git push --atomic upstream main <release>`
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- uses: azure/[email protected]
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- uses: azure/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60430f2

Please sign in to comment.