Skip to content

Commit

Permalink
Use Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Apr 16, 2024
1 parent a47985e commit cb4b391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.19]
go: [1.21]
steps:

- name: Set up 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 @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Check out code into the Go module directory
uses: actions/checkout@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/y-yagi/jpcal

go 1.19
go 1.21

require (
github.com/fatih/color v1.16.0
Expand Down

0 comments on commit cb4b391

Please sign in to comment.