Skip to content

Commit

Permalink
Merge pull request #17 from ne-sachirou/go-1.23
Browse files Browse the repository at this point in the history
Go 1.23 で動くか test
  • Loading branch information
ne-sachirou authored Aug 16, 2024
2 parents e3d6c42 + 8a49845 commit 204114e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ name: Go の test
jobs:
test-go:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.22", "1.23"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: ${{ matrix.go }}
- uses: golangci/golangci-lint-action@v6
- name: go generate の生成漏れが無いか確認
run: |
Expand Down

0 comments on commit 204114e

Please sign in to comment.