diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7bb4228..6d69f65 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -22,7 +22,7 @@ jobs: - name: set up go uses: actions/setup-go@v2 with: - go-version: "1.19" + go-version: "1.20" - name: cache go modules uses: actions/cache@v1