Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

- uses: actions/[email protected]
with:
go-version: 1.24.6
go-version: 1.25.3

- name: Lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.24.6
goversion: 1.25.3
binary_name: task-runner-launcher
project_path: ./cmd/launcher
sha256sum: true
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

To set up a development environment, follow these steps:

1. Install Go >=1.24.6, [`golangci-lint`](https://golangci-lint.run/welcome/install/) >= 2.4.0 and `make`.
1. Install Go >=1.25.3, [`golangci-lint`](https://golangci-lint.run/welcome/install/) >= 2.4.0 and `make`.

2. Clone this repository and create a [config file](setup.md#config-file).

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module task-runner-launcher

go 1.24.6
go 1.25.3

require (
github.com/getsentry/sentry-go v0.35.2
Expand Down
Loading