Skip to content

Commit

Permalink
Merge pull request #35 from nttcom/feature/update_go_ver
Browse files Browse the repository at this point in the history
Use go 1.19
  • Loading branch information
watal committed Dec 29, 2022
2 parents 8df96d0 + c8947f4 commit cda1d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nttcom/pola

go 1.18
go 1.19

require (
github.com/go-yaml/yaml v2.1.0+incompatible
Expand Down

0 comments on commit cda1d73

Please sign in to comment.