diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 721807c..eda4b17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,11 +54,11 @@ jobs: OS: darwin ARCH: arm64 steps: - - name: Set up Go 1.16 + - name: Set up Go 1.17 uses: actions/setup-go@v1 id: go with: - go-version: 1.16 + go-version: 1.17 - uses: actions/checkout@v1 with: submodules: true