We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e4fe2 commit f14517fCopy full SHA for f14517f
.github/workflows/go.yml
@@ -42,7 +42,7 @@ jobs:
42
name: Test
43
strategy:
44
matrix:
45
- go-version: [ 1.22.x ]
+ go-version: [ 1.24.x ]
46
platform: [ ubuntu-latest ]
47
runs-on: ${{ matrix.platform }}
48
steps:
go.mod
@@ -1,7 +1,6 @@
1
module github.com/codenotify/codenotify.run
2
3
-go 1.22
4
-toolchain go1.22.5
+go 1.24
5
6
require (
7
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0
0 commit comments