Skip to content

Commit

Permalink
Feat: Added Keploy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HIMANSHU authored and HIMANSHU committed Mar 5, 2024
1 parent 463a533 commit 9d029e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-template-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
- name: Get branch name
id: vars
run: echo ::set-output name=branch::${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 9d029e5

Please sign in to comment.