Bump Go version used for linting

This commit is contained in:
Tulir Asokan 2022-08-04 20:42:52 +03:00
parent e50ac52014
commit 8788cbcbd2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18]
go-version: [1.19]
steps:
- uses: actions/checkout@v3