File tree 10 files changed +22
-125
lines changed
10 files changed +22
-125
lines changed Original file line number Diff line number Diff line change @@ -13,24 +13,24 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout Code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Lint and Vet
19
- uses : golangci/golangci-lint-action@v2
19
+ uses : golangci/golangci-lint-action@v4
20
20
with :
21
21
version : latest
22
22
args : --timeout=3m
23
23
24
24
test :
25
25
name : Test
26
- runs-on : ubuntu-18 .04
26
+ runs-on : ubuntu-20 .04
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
30
30
- name : Set up Go
31
- uses : actions/setup-go@v2
31
+ uses : actions/setup-go@v5
32
32
with :
33
- go-version : 1.17
33
+ go-version : ' ^1.20 '
34
34
35
35
- name : Test
36
36
run : go test -count 1 -parallel 2 ./...
Original file line number Diff line number Diff line change 1
1
/.vscode
2
+ coverage.out
Original file line number Diff line number Diff line change 1
1
# Go Eval
2
2
3
3
<p align =" center " >
4
- <a href =" https://pkg.go.dev/github.com/seborama/gal/v6 " >
4
+ <a href =" https://pkg.go.dev/github.com/seborama/gal/v7 " >
5
5
<img src="https://img.shields.io/badge/godoc-reference-blue.svg" alt="gal">
6
6
</a >
7
7
8
- <a href =" https://goreportcard.com/report/github.com/seborama/gal/v6 " >
9
- <img src="https://goreportcard.com/badge/github.com/seborama/gal/v6 " alt="gal">
8
+ <a href =" https://goreportcard.com/report/github.com/seborama/gal/v7 " >
9
+ <img src="https://goreportcard.com/badge/github.com/seborama/gal/v7 " alt="gal">
10
10
</a >
11
11
</p >
12
12
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"math"
5
5
"testing"
6
6
7
- "github.com/seborama/gal/v6 "
7
+ "github.com/seborama/gal/v7 "
8
8
"github.com/stretchr/testify/assert"
9
9
)
10
10
Original file line number Diff line number Diff line change 4
4
"testing"
5
5
6
6
"github.com/google/go-cmp/cmp"
7
- "github.com/seborama/gal/v6 "
7
+ "github.com/seborama/gal/v7 "
8
8
"github.com/stretchr/testify/assert"
9
9
)
10
10
Original file line number Diff line number Diff line change 1
- module github.com/seborama/gal/v6
1
+ module github.com/seborama/gal/v7
2
2
3
- go 1.17
3
+ go 1.20
4
4
5
- require github.com/shopspring/decimal v1.3.1
5
+ require github.com/shopspring/decimal v1.4.0
6
6
7
7
require (
8
- github.com/google/go-cmp v0.5.8
8
+ github.com/google/go-cmp v0.6.0
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/stretchr/testify v1.7.1
11
11
)
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg =
4
- github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
+ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4
+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
5
5
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
6
6
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
7
7
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
8
8
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
9
- github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8 =
10
- github.com/shopspring/decimal v1.3.1 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
9
+ github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
10
+ github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
11
11
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
12
12
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
13
13
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
Original file line number Diff line number Diff line change 4
4
"testing"
5
5
6
6
"github.com/google/go-cmp/cmp"
7
- "github.com/seborama/gal/v6 "
7
+ "github.com/seborama/gal/v7 "
8
8
"github.com/stretchr/testify/require"
9
9
)
10
10
Original file line number Diff line number Diff line change 4
4
"testing"
5
5
6
6
"github.com/google/go-cmp/cmp"
7
- "github.com/seborama/gal/v6 "
7
+ "github.com/seborama/gal/v7 "
8
8
"github.com/stretchr/testify/assert"
9
9
)
10
10
You can’t perform that action at this time.
0 commit comments