bump the minimum Go version to 1.16

Fedora 34 ships 1.16
RHEL 8.5 also ships 1.16

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2022-01-03 22:07:01 +01:00 committed by Sanne Raymaekers
parent f605fe9feb
commit b667df4443
6 changed files with 5 additions and 12 deletions

View file

@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.15
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.5
with:
go-version: 1.15
go-version: 1.16
id: go
- name: Check out code into the Go module directory