Skip to content

Commit e16fa78

Browse files
committed
Bump GHA Testing
Signed-off-by: junya koyama <[email protected]>
1 parent dccbc5d commit e16fa78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
matrix:
1616
go: ['1.19', '1.20', '1.21']
1717
steps:
18+
- name: Check out code into the Go module directory
19+
uses: actions/checkout@v3
1820
- name: Set up Go
19-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v4
2022
with:
2123
go-version: ${{ matrix.go }}
24+
go-version-file: "go.mod"
25+
cache: false
2226
id: go
23-
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
2527
- name: Test
2628
run: "./test"

0 commit comments

Comments
 (0)