Skip to content
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

Update code owners and GH actions #90

Merged
merged 6 commits into from
May 10, 2024

Conversation

stevendpclark
Copy link
Contributor

@stevendpclark stevendpclark self-assigned this May 10, 2024
@@ -1 +1 @@
# release configuration
* @hashicorp/vault-crypto
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Working with Luciano on getting the vault-crypto group write access to the repo.


- name: Setup go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
Copy link
Member

Choose a reason for hiding this comment

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

I'd suggest removing the get-go-version job and just use .go-version here, since setup-go supports that now.

Suggested change
go-version: ${{ needs.get-go-version.outputs.go-version }}
go-version-file: .go-version

Copy link
Contributor Author

Choose a reason for hiding this comment

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

TIL: I thought you could only specify go.mod/go.work files but looking at the source it does seem to accept other files with just the Go version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed in ffda033

 - Eliminate the job step to get the Go version manually and leverage
   setup-go's argument to read it from a repository file instead.
@stevendpclark stevendpclark merged commit 8bcbbc7 into main May 10, 2024
8 checks passed
@stevendpclark stevendpclark deleted the stevendpclark/vault-26985-gh-update branch May 10, 2024 16:53
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