Skip to content

Commit b3b8dda

Browse files
committed
ci: test with Go 1.19
1 parent 91b89c2 commit b3b8dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: '1.15'
31+
go-version: '1.19'
3232
- name: Install project dependencies
3333
run: go get
3434
- name: Test

0 commit comments

Comments
 (0)