Skip to content

Commit

Permalink
ci: update base golang version
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Jul 28, 2022
1 parent c13ae5f commit 52b3f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Run Go Tests
uses: n8maninger/action-golang-test@v1
with:
skip-go-install: true
args: '-coverprofile=coverage.out'

- name: Upload code coverage
Expand Down

0 comments on commit 52b3f5d

Please sign in to comment.