Skip to content

Commit

Permalink
Merge pull request #206 from s-takehana/update_version
Browse files Browse the repository at this point in the history
ci: update version in `tests.yml`
  • Loading branch information
jinzhu authored Jul 18, 2024
2 parents df7b372 + 459bc89 commit 876fc4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
ci:
strategy:
matrix:
go: ['1.17', '1.18', '1.19', '1.20', '1.21']
go: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
platform: [ubuntu-latest, macos-latest] # can not run in windows OS
runs-on: ${{ matrix.platform }}

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

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

- name: Tests
run: go test

0 comments on commit 876fc4b

Please sign in to comment.