Skip to content

Commit

Permalink
update the go test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Justice committed Aug 6, 2023
1 parent 8347f4a commit fe1c529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17.5'
go-version: '1.19.4'

- name: Test With Coverage
run: go test -gcflags=-l -v --race --cover -coverprofile=coverage.txt -covermode=atomic ./...
Expand Down

0 comments on commit fe1c529

Please sign in to comment.