Skip to content

Commit 9688cf9

Browse files
authored
chore: Upgrade Go to 1.24.5 (#66)
1 parent 8c78a41 commit 9688cf9

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.4
11+
go-version: 1.24.5
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.4
24+
goversion: 1.24.5
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.4, [`golangci-lint`](https://golangci-lint.run/welcome/install/) and `make`.
5+
1. Install Go >=1.24.5, [`golangci-lint`](https://golangci-lint.run/welcome/install/) and `make`.
66

77
2. Clone this repository and create a [config file](setup.md).
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.4
3+
go 1.24.5
44

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

0 commit comments

Comments
 (0)