Skip to content

Commit

Permalink
Merge pull request #23 from 515hikaru/feature/update-go-version
Browse files Browse the repository at this point in the history
update go and package versions
  • Loading branch information
515hikaru authored Sep 2, 2022
2 parents 09a404a + de99918 commit 6b94290
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
go: [ '1.17', '1.18' ]
runs-on: ${{ matrix.os }}
name: Go ${{ matrix.go }} build / test
name: ${{ matrix.os }} Go ${{ matrix.go }} build / test
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.13
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/515hikaru/mdtable2csv

go 1.13
go 1.18

require github.com/gomarkdown/markdown v0.0.0-20191207194928-fbea82c4bb03
require (
github.com/gomarkdown/markdown v0.0.0-20220830015526-01a3c37d6f50
golang.org/dl v0.0.0-20190829154251-82a15e2f2ead // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/gomarkdown/markdown v0.0.0-20191207194928-fbea82c4bb03 h1:m13UZm540+0yrpGOIXd7q4AvPGQPSTo+2jxrBK26o64=
github.com/gomarkdown/markdown v0.0.0-20191207194928-fbea82c4bb03/go.mod h1:aii0r/K0ZnHv7G0KF7xy1v0A7s2Ljrb5byB7MO5p6TU=
github.com/gomarkdown/markdown v0.0.0-20220830015526-01a3c37d6f50 h1:tSuUky4sFWjiIIEOefDDBjx5BUIT3kZwcXHM2CNDdTk=
github.com/gomarkdown/markdown v0.0.0-20220830015526-01a3c37d6f50/go.mod h1:JDGcbDT52eL4fju3sZ4TeHGsQwhG9nbDV21aMyhwPoA=
golang.org/dl v0.0.0-20190829154251-82a15e2f2ead/go.mod h1:IUMfjQLJQd4UTqG1Z90tenwKoCX93Gn3MAQJMOSBsDQ=

0 comments on commit 6b94290

Please sign in to comment.