diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index f05780b..23d4be6 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.24.2 - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.24.2 - name: Test run: go test ./... diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index b8f83cb..bea49c0 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: - name: Install go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.24.2 - name: Run Pull Request Lint Action uses: https://git.kjan.de/actions/pull-request-lint@main diff --git a/go.mod b/go.mod index d8e5b55..575ab3e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module git.kjan.de/actions/pull-request-lint -go 1.24.6 +go 1.24.2