Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 0db6f9e

Browse files
committed
build: update to go 1.18
1 parent 2b2d38e commit 0db6f9e

File tree

4 files changed

+63
-46
lines changed

4 files changed

+63
-46
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go-version: [1.15.x]
15+
go-version: [1.18.x]
1616
platform: [ubuntu-latest, macos-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.platform }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.15.x
17+
go-version: 1.18.x
1818

1919
- name: Check out code
2020
uses: actions/checkout@v2

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/MichaelMure/git-bug-migration
33
go 1.14
44

55
require (
6-
github.com/99designs/keyring v1.1.6
6+
github.com/99designs/keyring v1.2.1
77
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
88
github.com/blang/semver v3.5.1+incompatible
99
github.com/blevesearch/bleve v1.0.14
1010
github.com/dustin/go-humanize v1.0.0
1111
github.com/fatih/color v1.9.0
12-
github.com/go-git/go-billy/v5 v5.0.0
13-
github.com/go-git/go-git/v5 v5.2.0
12+
github.com/go-git/go-billy/v5 v5.3.1
13+
github.com/go-git/go-git/v5 v5.4.2
1414
github.com/mattn/go-isatty v0.0.12 // indirect
1515
github.com/pkg/errors v0.9.1
1616
github.com/spf13/cobra v1.0.0
17-
github.com/stretchr/testify v1.6.1
18-
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
17+
github.com/stretchr/testify v1.7.0
18+
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
1919
golang.org/x/text v0.3.3
2020
)
2121

0 commit comments

Comments
 (0)