File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11
11
- name : Set up Go
12
12
uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.17
14
+ go-version : 1.18
15
15
16
16
- name : Build
17
17
run : go build -v ./...
Original file line number Diff line number Diff line change 1
1
module github.com/nikunjy/rules
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220415221154-79c36419192d // indirect
6
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220415221154-79c36419192d
7
7
github.com/blang/semver v3.5.1+incompatible
8
- github.com/davecgh/go-spew v1.1.1 // indirect
9
8
github.com/stretchr/testify v1.3.0
10
9
)
10
+
11
+ require (
12
+ github.com/davecgh/go-spew v1.1.1 // indirect
13
+ github.com/pmezard/go-difflib v1.0.0 // indirect
14
+ )
Original file line number Diff line number Diff line change 1
- github.com/antlr/antlr4 v0.0.0-20181218183524-be58ebffde8e h1:yxMh4HIdsSh2EqxUESWvzszYMNzOugRyYCeohfwNULM =
2
- github.com/antlr/antlr4 v0.0.0-20181218183524-be58ebffde8e /go.mod h1:T7PbCXFs94rrTttyxjbyT5+/1V8T2TYDejxUfHJjw1Y =
3
1
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220415221154-79c36419192d h1:Kts4bTFz6tSE4bPFhcZxpCafiBnSOPSnUaame7SqSDc =
4
2
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220415221154-79c36419192d /go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY =
5
3
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
You can’t perform that action at this time.
0 commit comments