File tree 4 files changed +1223
-50
lines changed
4 files changed +1223
-50
lines changed Original file line number Diff line number Diff line change 29
29
outfile : coverage.lcov
30
30
31
31
- name : Coveralls
32
- uses : coverallsapp/github-action@1.1.3
32
+ uses : coverallsapp/github-action@v1.2.5
33
33
with :
34
34
github-token : ${{ secrets.GITHUB_TOKEN }}
35
35
path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 1
- FROM alpine:3.16.0
1
+ FROM alpine:3.19.1
2
2
3
3
COPY ghlabels /usr/local/bin/ghlabels
4
4
RUN chmod +x /usr/local/bin/ghlabels
Original file line number Diff line number Diff line change @@ -3,15 +3,13 @@ module github.com/clok/ghlabels
3
3
go 1.16
4
4
5
5
require (
6
- github.com/AlecAivazis/survey/v2 v2.3.4
7
- github.com/clok/cdocs v1.2 .0
8
- github.com/clok/kemba v1.1 .1
6
+ github.com/AlecAivazis/survey/v2 v2.3.7
7
+ github.com/clok/cdocs v1.3 .0
8
+ github.com/clok/kemba v1.2 .1
9
9
github.com/google/go-github/v35 v35.3.0
10
10
github.com/google/go-querystring v1.1.0 // indirect
11
- github.com/stretchr/testify v1.7.1
12
- github.com/urfave/cli/v2 v2.8.0
13
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
14
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
15
- google.golang.org/appengine v1.6.7 // indirect
11
+ github.com/stretchr/testify v1.9.0
12
+ github.com/urfave/cli/v2 v2.27.2
13
+ golang.org/x/oauth2 v0.19.0
16
14
gopkg.in/yaml.v2 v2.4.0
17
15
)
You can’t perform that action at this time.
0 commit comments