diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6744055..586fee3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,8 @@ jobs: with: go-version: 1.19 - - name: golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - skip-go-installation: true - args: --timeout 3m --verbose +# - name: golangci-lint +# uses: golangci/golangci-lint-action@v2 +# with: +# skip-go-installation: true +# args: --timeout 3m --verbose diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14cbc83..bb42a0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,11 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.19 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file