Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 680ef8a

Browse files
committed
ci: Test on Go 1.20
1 parent 7eebac1 commit 680ef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.19'
21+
go-version: '1.20'
2222

2323
- name: Get dependencies
2424
run: go get -v -t -d ./...

0 commit comments

Comments
 (0)