Skip to content

Commit

Permalink
Merge pull request #78 from nats-io/remove_go_version_file
Browse files Browse the repository at this point in the history
Did not have `go-version` for the test section
  • Loading branch information
kozlovic authored Oct 25, 2022
2 parents 3c9cc0b + 1ac3e37 commit d324458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
id: setup-go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
go-version: 1.19.x
- name: Install tools
run: make install-tools
Expand All @@ -31,7 +30,7 @@ jobs:
id: setup-go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
go-version: 1.19.x
- name: Test and upload coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d324458

Please sign in to comment.