Просмотр исходного кода

Sync repo templates ⚙

Sync with coreos/repo-templates@1754586e31a974a94b73bae02e840eb6e1cffe9d.
CoreOS Bot 1 год назад
Родитель
Сommit
74f5a91011
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -20,7 +20,7 @@ jobs:
     name: Test
     strategy:
       matrix:
-        go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
+        go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x]
     runs-on: ubuntu-latest
     steps:
     - name: Set up Go 1.x