diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01aca2da..cb363d99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: - name: set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: run goreleaser uses: goreleaser/goreleaser-action@v3 with: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2137f60..5edb1a3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: set up Go uses: actions/setup-go@v1 with: - go-version: 1.17 + go-version: 1.18 id: go - name: set up Go module cache uses: actions/cache@v1