Skip to content

Commit c0bc6ee

Browse files
authored
Merge pull request firecracker-microvm#354 from kzys/drop-old-go-versions
Drop Go 1.11 and 1.12
2 parents ace01fb + b9034c7 commit c0bc6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16']
15-
os: ['ubuntu-20.04']
14+
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
15+
os: ['ubuntu-18.04', 'ubuntu-20.04']
1616
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)