diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad15814..efc855f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6 with: - version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.64.5 # renovate: datasource=github-releases depName=golangci/golangci-lint args: --timeout 5m test: @@ -38,7 +38,7 @@ jobs: run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... - name: Upload results to Codecov - uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/go.mod b/go.mod index 1297973..21735a9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/apricote/releaser-pleaser go 1.23.2 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/blang/semver/v4 v4.0.0