File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup Go
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : 1.23
16
+ go-version : 1.24
17
17
- name : Fetch dependencies
18
18
run : |
19
19
cd gopath/github.com/katydid/parser-go-xml
Original file line number Diff line number Diff line change 1
1
module github.com/katydid/parser-go-xml
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
- require github.com/katydid/parser-go v0.7.0
5
+ tool github.com/awalterschulze/checklicense
6
6
7
- require github.com/awalterschulze/checklicense v1.0.0
7
+ require github.com/katydid/parser-go v0.7.2
8
+
9
+ require github.com/awalterschulze/checklicense v1.0.0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/awalterschulze/checklicense v1.0.0 h1:SiRilt26Q+2M238VbXw+e5826mxPypvsj/xgglHDHW8 =
2
2
github.com/awalterschulze/checklicense v1.0.0 /go.mod h1:oUHvoD4crryzAwDwtdQqCnaZRznAvZE64edH9ukb1K4 =
3
- github.com/katydid/parser-go v0.7.0 h1:3+z3hWII2oalI8Xpa/+T54q5Tgz6HIX5BQNkdn5Lz9c =
4
- github.com/katydid/parser-go v0.7.0 /go.mod h1:1BwRfDlyRgDlAaURZ4FXi7IzHqWKTsrCdsstLsFeQho =
3
+ github.com/katydid/parser-go v0.7.2 h1:nXkqDoTP4uU0XMLcYmqwsxfrm1ciu2GFdk1T2g0UNcs =
4
+ github.com/katydid/parser-go v0.7.2 /go.mod h1:3Oe5QRVSv2L8x7KlZooujIqsZRQXk3htVbzRvXeptzA =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments