.github: remove unnecessary version Go 1.16

Go 1.16 was deprecated some time ago, so we do not need that in Github
Actions.
This commit is contained in:
Dongsu Park 2022-05-10 16:25:04 +02:00
parent 601cbca305
commit 8a19d74c15

View File

@ -14,7 +14,7 @@ jobs:
- name: Fetch latest Go releases - name: Fetch latest Go releases
id: fetch-latest-releases id: fetch-latest-releases
env: env:
GO_VERSIONS: "1.16 1.17 1.18" GO_VERSIONS: "1.17 1.18"
run: | run: |
git clone --depth=1 --no-checkout https://github.com/golang/go git clone --depth=1 --no-checkout https://github.com/golang/go
versionsMain=() versionsMain=()