diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 054e2e4..8dca75f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Login to GitHub Container Registry uses: docker/login-action@v1