Skip to content

Commit 950f0d6

Browse files
committed
Update workflow to use Go 1.20
1 parent ec77450 commit 950f0d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-actions-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.17.x]
7+
go-version: [1.20.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -15,4 +15,4 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Test
18-
run: go test ./... -cover -race
18+
run: go test ./... -cover -race

0 commit comments

Comments
 (0)