Skip to content

Commit

Permalink
chore: update test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Nov 30, 2023
1 parent c8baab1 commit 8d819a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20

- name: Test
uses: joerdav/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.20"
- name: Run Unit tests
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
Expand All @@ -26,6 +26,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 8d819a9

Please sign in to comment.