Skip to content

Commit f14517f

Browse files
committed
Bump Go to 1.24
1 parent 21e4fe2 commit f14517f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Test
4343
strategy:
4444
matrix:
45-
go-version: [ 1.22.x ]
45+
go-version: [ 1.24.x ]
4646
platform: [ ubuntu-latest ]
4747
runs-on: ${{ matrix.platform }}
4848
steps:

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/codenotify/codenotify.run
22

3-
go 1.22
4-
toolchain go1.22.5
3+
go 1.24
54

65
require (
76
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0

0 commit comments

Comments
 (0)