Skip to content

Commit

Permalink
[~] update go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Aug 20, 2023
1 parent 42a81d4 commit baa77fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.14.4'
go-version: '1.18'

- uses: actions/cache@v2
with:
Expand All @@ -32,6 +32,9 @@ jobs:
run: |
go test -v ./... -covermode=count -coverprofile=coverage.out
go tool cover -func=coverage.out -o=coverage.out
env:
HTTPS_PROXY: ${{ secrets.HTTPS_PROXY }}
HTTP_PROXY: ${{ secrets.HTTP_PROXY }}

- name: Go Coverage Badge # Pass the `coverage.out` output to this action
uses: tj-actions/coverage-badge-go@v2
Expand Down

0 comments on commit baa77fd

Please sign in to comment.