Skip to content

Commit bb6331c

Browse files
committed
chore: Upgrade Go to 1.25.0
1 parent 2c7df95 commit bb6331c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0
1212

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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
goarch: amd64
1313
- goos: linux
1414
goarch: arm64
15-
15+
1616
steps:
1717
- uses: actions/[email protected]
18-
18+
1919
- uses: wangyoucao577/[email protected]
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
24-
goversion: 1.24.6
24+
goversion: 1.25.0
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/) and `make`.
5+
1. Install Go >=1.25.0, [`golangci-lint`](https://golangci-lint.run/welcome/install/) 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.0
44

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

0 commit comments

Comments
 (0)