Skip to content

Commit

Permalink
Merge pull request #45 from kolyshkin/gha-go116
Browse files Browse the repository at this point in the history
gha: add go 1.16-rc1, rm 1.13.x
  • Loading branch information
adrianreber authored Feb 11, 2021
2 parents 0434b6a + d79b5be commit d028d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
criu_branch: [master, criu-dev]

steps:
Expand All @@ -27,6 +27,7 @@ jobs:
- name: install go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
stable: '!contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
go-version: ${{ matrix.go-version }}

- name: Run tests
Expand Down

0 comments on commit d028d97

Please sign in to comment.