mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
.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:
parent
601cbca305
commit
8a19d74c15
@ -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=()
|
||||||
|
Loading…
Reference in New Issue
Block a user