Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal committed Jan 19, 2024
1 parent 8de7179 commit 59665bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Go
uses: actions/setup-go@v3
with:
go-version: v1.19

- name: init directories
run: mkdir -p "$(pwd)/bin"

Expand Down

0 comments on commit 59665bc

Please sign in to comment.