Skip to content

Commit

Permalink
Updating github workflow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
darshan-sj committed Dec 15, 2024
1 parent 1b4c43e commit 7bf6c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.21"
- run: go version
- run: go test -v ./...
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
go-version: '^1.21'
- run: go version
- run: go vet .
- run: go get golang.org/x/tools/cmd/goimports && test -z $(goimports -l .)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.21"

- name: Run backend unit tests
run: |
Expand Down

0 comments on commit 7bf6c80

Please sign in to comment.