Skip to content

Commit

Permalink
format go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Nov 25, 2023
1 parent 436231e commit 3bcdea5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: [ 1.18, 1.19, 1.20, 1.21 ]
os: [ ubuntu-latest, macOS-latest ]
go_version:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
os:
- "ubuntu-latest"
- "macOS-latest"

steps:
- name: Set up Go ${{ matrix.go_version }}
Expand Down

0 comments on commit 3bcdea5

Please sign in to comment.