Skip to content

Go update and workflow fixes (#1) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

charlesmmarshall
Copy link

Fork of workspace manager that was originally created by Tom while working at MoJ.

This updates go to 1.21 and goreleaser as well as replacing the workflows with a combined semver tag and release workflow.

  • update go packages
  • update go releaser config
  • update release workflow
  • localised readme changes

Fork of workspace manager that was originally created by Tom while working at MoJ.

This updates go to 1.21 and goreleaser as well as replacing the workflows with a combined semver tag and release workflow.

* update go packages
* update go releaser config
* update release workflow
* localised readme changes
github:
owner: TomTucka
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed repo details

@@ -1,12 +1,13 @@
project_name: terraform-workspace-manager
project_name: opg-terraform-workspace-manager
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed project name


env_files:
github_token: ${{ secrets.access_token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed secret

@@ -1,5 +1,6 @@
# terraform-workspace-cleanup

Forked from [this code base](https://github.com/TomTucka/terraform-workspace-manager).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed path and added note about fork

@charlesmmarshall
Copy link
Author

hey @TomTucka - i made this a draft as it contains changes (i've put comments for most) that relate to our specific fork that may not want to include

It also changes the workflow to automatically tag and create a release for both pr & push to main (we've renamed master to main in our fork)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants