diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index da8f92d..ddf1036 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -24,7 +24,7 @@ jobs: check-latest: true - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: # either 'goreleaser' (default) or 'goreleaser-pro' distribution: goreleaser diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2c340aa..d59340d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -28,7 +28,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Setup golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: version: latest args: --verbose @@ -41,7 +41,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go: [1.21, 1.22] + go: [1.21, 1.22, 1.23] include: - os: ubuntu-latest go-build: ~/.cache/go-build