File tree 4 files changed +8
-14
lines changed
4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 5
5
# name: build
6
6
strategy :
7
7
matrix :
8
- go : [1.21 .x, 1.22 .x]
8
+ go : [1.22 .x, 1.23 .x]
9
9
os : [macOS-latest, windows-latest, ubuntu-latest]
10
10
runs-on : ${{ matrix.os }}
11
11
Original file line number Diff line number Diff line change 1
- # circle.yml #
2
- # machine:
3
- # go:
4
- # version: 1.9.1
5
-
6
1
version : 2
7
2
8
3
jobs :
9
4
build :
10
5
docker :
11
- - image : golang:1.22 .0
6
+ - image : golang:1.23 .0
12
7
working_directory : /gopath/src/github.com/go-ego/gse
13
8
steps :
14
9
- checkout
15
10
# specify any bash command here prefixed with `run: `
16
11
# - run: go get -u github.com/go-ego/cedar
17
- # - run: go get -u github.com/go-ego/gse
18
12
- run : go get -v -t -d ./...
19
13
- run : go test -v ./...
20
14
# codecov.io
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/go-ego/gse
3
3
go 1.17
4
4
5
5
require (
6
- github.com/vcaesar/cedar v0.20.1
7
- github.com/vcaesar/tt v0.20.0
6
+ github.com/vcaesar/cedar v0.20.2
7
+ github.com/vcaesar/tt v0.20.1
8
8
)
Original file line number Diff line number Diff line change 1
- github.com/vcaesar/cedar v0.20.1 h1:cDOmYWdprO7ZW8cngJrDi8Zivnscj9dA/y8Y+2SB1P0 =
2
- github.com/vcaesar/cedar v0.20.1 /go.mod h1:iMDweyuW76RvSrCkQeZeQk4iCbshiPzcCvcGCtpM7iI =
3
- github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA =
4
- github.com/vcaesar/tt v0.20.0 /go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg =
1
+ github.com/vcaesar/cedar v0.20.2 h1:TDx7AdZhilKcfE1WvdToTJf5VrC/FXcUOW+KY1upLZ4 =
2
+ github.com/vcaesar/cedar v0.20.2 /go.mod h1:lyuGvALuZZDPNXwpzv/9LyxW+8Y6faN7zauFezNsnik =
3
+ github.com/vcaesar/tt v0.20.1 h1:D/jUeeVCNbq3ad8M7hhtB3J9x5RZ6I1n1eZ0BJp7M+4 =
4
+ github.com/vcaesar/tt v0.20.1 /go.mod h1:cH2+AwGAJm19Wa6xvEa+0r+sXDJBT0QgNQey6mwqLeU =
You can’t perform that action at this time.
0 commit comments