Skip to content

Commit 876fc4b

Browse files
authoredJul 18, 2024··
Merge pull request #206 from s-takehana/update_version
ci: update version in `tests.yml`
2 parents df7b372 + 459bc89 commit 876fc4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
ci:
1313
strategy:
1414
matrix:
15-
go: ['1.17', '1.18', '1.19', '1.20', '1.21']
15+
go: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
1616
platform: [ubuntu-latest, macos-latest] # can not run in windows OS
1717
runs-on: ${{ matrix.platform }}
1818

1919
steps:
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go }}
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
- name: Tests
2929
run: go test

0 commit comments

Comments
 (0)
Please sign in to comment.