File tree Expand file tree Collapse file tree 6 files changed +6
-15
lines changed Expand file tree Collapse file tree 6 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,13 @@ jobs:
12
12
run :
13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 5
15
- strategy :
16
- fail-fast : true
17
- matrix :
18
- go : ['stable', 'oldstable']
19
15
20
16
steps :
21
17
- uses : actions/checkout@v3
22
18
23
19
- uses : actions/setup-go@v4
24
20
with :
25
- go-version : ${{ matrix.go }}
21
+ go-version : ' stable '
26
22
check-latest : true
27
23
28
24
- run : go mod tidy && git diff --exit-code
Original file line number Diff line number Diff line change 13
13
lint :
14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 5
16
- strategy :
17
- fail-fast : true
18
16
19
17
steps :
20
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -10,17 +10,13 @@ jobs:
10
10
test :
11
11
runs-on : ubuntu-latest
12
12
timeout-minutes : 5
13
- strategy :
14
- fail-fast : true
15
- matrix :
16
- go : ['stable', 'oldstable']
17
13
18
14
steps :
19
15
- uses : actions/checkout@v3
20
16
21
17
- uses : actions/setup-go@v4
22
18
with :
23
- go-version : ${{ matrix.go }}
19
+ go-version : ' stable '
24
20
check-latest : true
25
21
26
22
- run : go test -v -count=1 -race -shuffle=on -cover ./...
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Check out this informative blog post on how to import GitLab commits at https://
9
9
10
10
# Getting Started
11
11
12
- 1 . Download and install [ Go 1.20 ] ( https://go.dev/dl/ ) .
12
+ 1 . Download and install [ Go 1.21 ] ( https://go.dev/dl/ ) .
13
13
2 . Install the program by running the command in a shell:
14
14
``` shell
15
15
go install github.com/alexandear/import-gitlab-commits@latest
@@ -59,4 +59,4 @@ To show the changes on GitHub you need to:
59
59
60
60
61
61
## License
62
- [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Falexandear%2Fimport-gitlab-commits.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Falexandear%2Fimport-gitlab-commits?ref=badge_large )
62
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bgithub.com%2Falexandear%2Fimport-gitlab-commits.svg?type=large )] ( https://app.fossa.com/projects/git%2Bgithub.com%2Falexandear%2Fimport-gitlab-commits?ref=badge_large )
Original file line number Diff line number Diff line change 1
1
module github.com/alexandear/import-gitlab-commits
2
2
3
- go 1.19
3
+ go 1.21.4
4
4
5
5
require (
6
6
github.com/go-git/go-git/v5 v5.2.0
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
107
107
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
108
108
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
109
109
golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo =
110
+ golang.org/x/text v0.7.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
110
111
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs =
111
112
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
112
113
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
You can’t perform that action at this time.
0 commit comments