Skip to content

Commit d324458

Browse files
authored
Merge pull request #78 from nats-io/remove_go_version_file
Did not have `go-version` for the test section
2 parents 3c9cc0b + 1ac3e37 commit d324458

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
id: setup-go
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version-file: go.mod
1918
go-version: 1.19.x
2019
- name: Install tools
2120
run: make install-tools
@@ -31,7 +30,7 @@ jobs:
3130
id: setup-go
3231
uses: actions/setup-go@v3
3332
with:
34-
go-version-file: go.mod
33+
go-version: 1.19.x
3534
- name: Test and upload coverage
3635
env:
3736
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)