Browse Source

Merge pull request #116 from coreosbot-releng/repo-templates

Sync repo templates ⚙
Casey Callendrello 1 year ago
parent
commit
4170f81b0c
1 changed files with 1 additions and 1 deletions
  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