File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ${{ matrix.os }}
11
11
12
12
steps :
13
- - name : Set up Go 1.23 .0
13
+ - name : Set up Go 1.24 .0
14
14
uses : actions/setup-go@v1
15
15
with :
16
- go-version : 1.23 .0
16
+ go-version : 1.24 .0
17
17
id : go
18
18
19
19
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
build :
5
5
docker :
6
- - image : golang:1.23 .0
6
+ - image : golang:1.24 .0
7
7
working_directory : /gopath/src/github.com/vcaesar/gcv
8
8
steps :
9
9
- checkout
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/go-vgo/gt v0.42.0
9
9
github.com/go-vgo/robotgo v0.110.7
10
10
github.com/vcaesar/imgo v0.40.2
11
- gocv.io/x/gocv v0.40 .0
11
+ gocv.io/x/gocv v0.41 .0
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4=
64
64
github.com/vcaesar/tt v0.20.1 /go.mod h1:cH2+AwGAJm19Wa6xvEa+0r+sXDJBT0QgNQey6mwqLeU =
65
65
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0 =
66
66
github.com/yusufpapurcu/wmi v1.2.4 /go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0 =
67
- gocv.io/x/gocv v0.40 .0 h1:kGBu/UVj+dO6A9dhQmGOnCICSL7ke7b5YtX3R3azdXI =
68
- gocv.io/x/gocv v0.40 .0 /go.mod h1:zYdWMj29WAEznM3Y8NsU3A0TRq/wR/cy75jeUypThqU =
67
+ gocv.io/x/gocv v0.41 .0 h1:KM+zRXUP28b6dHfhy+4JxDODbCNQNtLg8kio+YE7TqA =
68
+ gocv.io/x/gocv v0.41 .0 /go.mod h1:zYdWMj29WAEznM3Y8NsU3A0TRq/wR/cy75jeUypThqU =
69
69
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f h1:oFMYAjX0867ZD2jcNiLBrI9BdpmEkvPyi5YrBGXbamg =
70
70
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f /go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk =
71
71
golang.org/x/image v0.24.0 h1:AN7zRgVsbvmTfNyqIbbOraYL8mSwcKncEj8ofjgzcMQ =
You can’t perform that action at this time.
0 commit comments