File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
newreposecretwithlibsodium Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
shell : bash
28
28
strategy :
29
29
matrix :
30
- go-version : [1.x, 1.23 .0] # test with N and the .0 release of N-1
30
+ go-version : [1.x, 1.24 .0] # test with N and the .0 release of N-1
31
31
platform : [ubuntu-latest]
32
32
include :
33
33
# include windows, but only with the latest Go version, since there
Original file line number Diff line number Diff line change 1
1
module github.com/google/go-github/v74/example
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
Original file line number Diff line number Diff line change 1
1
module newreposecretwithlibsodium
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
Original file line number Diff line number Diff line change 1
1
module github.com/google/go-github/v74
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change 1
1
module tools
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/alecthomas/kong v1.12.1
Original file line number Diff line number Diff line change 1
1
module tools/sliceofpointers
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/golangci/plugin-module-register v0.1.1
You can’t perform that action at this time.
0 commit comments