Skip to content

Commit

Permalink
fix go version & go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosh11 committed Jan 23, 2024
1 parent d504f43 commit a5dd1d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:

build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: [1.16, 1.17]
go: [1.18.x, 1.21.x]
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
run: |
go mod download
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit a5dd1d0

Please sign in to comment.