Skip to content

Commit

Permalink
all: update to go 1.19 + 1.18 (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Aug 3, 2022
1 parent d78124e commit 41f15b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
# Note: we used to include windows-latest, but it's super
# flaky on Github runners, lots of OOMs.
os: [ubuntu-latest, macos-latest]
go-version: [1.18.x]
go-version: [1.19.x]
include:
- go-version: 1.17.x
- go-version: 1.18.x
os: ubuntu-latest

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 41f15b8

Please sign in to comment.