Skip to content

Commit

Permalink
Merge pull request #29 from ryo-yamaoka/update-ci-flow
Browse files Browse the repository at this point in the history
Update CI flow
  • Loading branch information
ryo-yamaoka authored Oct 21, 2024
2 parents 4b0c6f3 + c920dff commit 3b79ad8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint-and-tests:
strategy:
matrix:
go-version: ["1.21.0", "1.22.0"]
go-version: ["1.21", "1.22", "1.23"]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,3 +27,10 @@ jobs:
run: make test
- name: Run sample
run: go run -race ./sample/...

all-tests-passed:
needs: lint-and-tests
runs-on: ubuntu-latest
steps:
- name: Done
run: exit 0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ryo-yamaoka/otchkiss

go 1.22.0
go 1.22

require (
github.com/aybabtme/uniplot v0.0.0-20151203143629-039c559e5e7e
Expand Down

0 comments on commit 3b79ad8

Please sign in to comment.