소스 검색

Add Go 1.17 to GitHub Actions

Frédéric Guillot 4 년 전
부모
커밋
b88d46ee7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml

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

@@ -12,7 +12,7 @@ jobs:
       max-parallel: 4
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        go-version: [1.16]
+        go-version: [1.16, 1.17]
     steps:
     - name: Set up Go
       uses: actions/setup-go@v2