diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f97c252..7c37018 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,8 +13,6 @@ jobs: lint: runs-on: ubuntu-latest timeout-minutes: 5 - strategy: - fail-fast: true steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index a52ee02..5776104 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Check out this informative blog post on how to import GitLab commits at https:// # Getting Started -1. Download and install [Go 1.20](https://go.dev/dl/). +1. Download and install [Go 1.21](https://go.dev/dl/). 2. Install the program by running the command in a shell: ```shell go install github.com/alexandear/import-gitlab-commits@latest @@ -59,4 +59,4 @@ To show the changes on GitHub you need to: ## License -[![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) \ No newline at end of file +[![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) diff --git a/go.mod b/go.mod index 1c970f8..c594996 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/alexandear/import-gitlab-commits -go 1.19 +go 1.21.4 require ( github.com/go-git/go-git/v5 v5.2.0 diff --git a/go.sum b/go.sum index 76e578d..419417f 100644 --- a/go.sum +++ b/go.sum @@ -107,6 +107,7 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= +golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/time v0.0.0-20191024005414-555d28b269f0 h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=