Skip to content

Commit

Permalink
[-] update github actions to use Go 1.19 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bnkamalesh committed Apr 21, 2024
1 parent 71d6caf commit f266664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- master
jobs:
testold:
name: "Test with Go 1.13"
name: "Test with Go 1.19"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go 1.13
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.13
go-version: 1.19

- name: Test
run: go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /cmd)
Expand Down

0 comments on commit f266664

Please sign in to comment.