Skip to content

Commit

Permalink
Update to min golang 1.18
Browse files Browse the repository at this point in the history
github.com/containerd/containerd/runtime now requires 1.18 

Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb committed Aug 18, 2022
1 parent 23f0772 commit 554ec9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Set env
shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
tests:
strategy:
matrix:
go: [1.17, 1.18]
go: [1.18, 1.19]
os: [ubuntu-18.04, windows-2019]

name: Tests / ${{ matrix.os }} / ${{ matrix.go }}
Expand Down

0 comments on commit 554ec9b

Please sign in to comment.