Skip to content

Commit e7e5098

Browse files
authored
fix: Update go to 1.25.3 (#87)
1 parent a8ddd40 commit e7e5098

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
- uses: actions/[email protected]
1010
with:
11-
go-version: 1.24.6
11+
go-version: 1.25.3
1212

1313
- name: Lint
1414
uses: golangci/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
24-
goversion: 1.24.6
24+
goversion: 1.25.3
2525
binary_name: task-runner-launcher
2626
project_path: ./cmd/launcher
2727
sha256sum: true

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To set up a development environment, follow these steps:
44

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

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module task-runner-launcher
22

3-
go 1.24.6
3+
go 1.25.3
44

55
require (
66
github.com/getsentry/sentry-go v0.35.2

0 commit comments

Comments
 (0)