Skip to content

Commit

Permalink
Merge pull request #26 from hashicorp-forge/prep_v2_release
Browse files Browse the repository at this point in the history
Prep for v2.0.0 release
  • Loading branch information
brandonc authored Jun 24, 2024
2 parents a2a0a7c + 402a664 commit 720a777
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: "ubuntu-latest"
name: "Run"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.19
- uses: actions/setup-node@v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: npm
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v2.0.0

* This is primarily a maintenance release, with node20 being used throughout the action and the action's own CI. All dependencies have been bumped to their latest versions.
* Adds optional `working-directory` input to specify the directory where go test is run by @aaron-lane #15
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-split-go",
"version": "1.0.2",
"version": "2.0.0",
"private": "true",
"description": "Github action that lists a subset of tests suitable for passing into go test -run",
"main": "dist/index.js",
Expand Down

0 comments on commit 720a777

Please sign in to comment.