Skip to content

Commit

Permalink
go test 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Aug 16, 2024
1 parent c49da5a commit 27068fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ jobs:
strategy:
matrix:
go:
- "1.19"
- "1.20"
- "1.21"
- "1.22"
- "1.23"
name: Build
runs-on: ubuntu-latest
steps:
Expand All @@ -17,7 +18,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build & Test
run: |
Expand Down

0 comments on commit 27068fb

Please sign in to comment.