Skip to content

Commit

Permalink
Bump GHA Testing
Browse files Browse the repository at this point in the history
Signed-off-by: junya koyama <[email protected]>
  • Loading branch information
arukiidou committed Aug 16, 2023
1 parent dccbc5d commit e16fa78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
matrix:
go: ['1.19', '1.20', '1.21']
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
go-version-file: "go.mod"
cache: false
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: "./test"

0 comments on commit e16fa78

Please sign in to comment.