File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : " 1.22 .x"
17
+ go-version : " 1.23 .x"
18
18
- uses : golangci/golangci-lint-action@v6
19
19
with :
20
- version : " v1.59 "
20
+ version : " v1.60 "
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-go@v5
16
16
with :
17
- go-version : " 1.22 .x"
17
+ go-version : " 1.23 .x"
18
18
- name : Run test with coverage
19
19
run : go test -race -coverprofile=coverage.txt -covermode=atomic ./...
20
20
- name : Upload coverage reports to Codecov
Original file line number Diff line number Diff line change 1
1
module go.hacdias.com/indielib
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.8.4
7
- golang.org/x/net v0.27 .0
8
- golang.org/x/oauth2 v0.21 .0
7
+ golang.org/x/net v0.28 .0
8
+ golang.org/x/oauth2 v0.22 .0
9
9
willnorris.com/go/microformats v1.2.1-0.20240301064101-b5d1b9d2120e
10
10
willnorris.com/go/webmention v0.0.0-20220108183051-4a23794272f0
11
11
)
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
18
18
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 /go.mod h1:IXCdmsXIht47RaVFLEdVnh1t+pgYtTAhQGj73kz+2DM =
19
19
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
20
20
golang.org/x/net v0.0.0-20211020060615-d418f374d309 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
21
- golang.org/x/net v0.27 .0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys =
22
- golang.org/x/net v0.27 .0 /go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE =
23
- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
24
- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
21
+ golang.org/x/net v0.28 .0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE =
22
+ golang.org/x/net v0.28 .0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
23
+ golang.org/x/oauth2 v0.22 .0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
24
+ golang.org/x/oauth2 v0.22 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
25
25
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
26
26
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
27
27
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
You can’t perform that action at this time.
0 commit comments