Skip to content

Commit

Permalink
Update workflow to use Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
witekest committed Aug 9, 2023
1 parent ec77450 commit 950f0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./... -cover -race
run: go test ./... -cover -race

0 comments on commit 950f0d6

Please sign in to comment.