Skip to content

Commit

Permalink
Merge pull request #680 from kayac/fix/go-1.22
Browse files Browse the repository at this point in the history
Go 1.22
  • Loading branch information
fujiwara committed Mar 29, 2024
2 parents a4e6e32 + 5610f10 commit d491fc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Check out code into the Go module directory
uses: actions/checkout@v4
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: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Go
name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go:
- "1.20"
- "1.21"
- "1.22"
name: Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d491fc7

Please sign in to comment.