Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivinayakg committed Feb 4, 2024
1 parent 9226d1d commit 9e73ba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Change to the API directory
run: cd api

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.x # Specify the Go version you want to use

- name: Change to the API directory
run: cd api
go-version: 1.20 # Specify the Go version you want to use

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit 9e73ba7

Please sign in to comment.