Skip to content

Commit

Permalink
Bump up Go version (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha authored Apr 12, 2022
1 parent ca5ead1 commit 15ef1fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.16.x', '1.17.x']
go: ['1.17.x', '1.18.x']
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
go-version: '1.18.x'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kagome",
"description": "Kagome Japanese Morphological Analyzer",
"env": {
"GOVERSION": "go1.17",
"GOVERSION": "go1.18",
"GO_INSTALL_PACKAGE_SPEC": "."
},
"buildpacks": [
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/ikawaha/kagome/v2

// +heroku goVersion go1.17
go 1.17
// +heroku goVersion go1.18
go 1.18

require (
github.com/ikawaha/kagome-dict v1.0.4
Expand Down

0 comments on commit 15ef1fe

Please sign in to comment.