Skip to content

Commit

Permalink
Merge pull request #167 from abema/update-gha
Browse files Browse the repository at this point in the history
Update GHA workflow (update go version)
  • Loading branch information
sunfish-shogi authored Sep 6, 2024
2 parents ffc2144 + 28dff6d commit d52813c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
go-version: [ "1.20", "1.21", ">=1.22" ]
go-version: [ "1.21", "1.22", ">=1.23" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
- run: go test "-coverprofile=coverage.txt" -covermode=atomic ./...
- run: go install ./cmd/mp4tool
- name: Upload Coverage Report
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.go-version == '1.19' }}
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.go-version == '1.22' }}
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: |
Expand Down

0 comments on commit d52813c

Please sign in to comment.