Skip to content

Commit

Permalink
Use go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Dec 14, 2022
1 parent 8df96d0 commit c8947f4
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 c8947f4

Please sign in to comment.